Skip to content

Commit 3b225de

Browse files
authored
Merge pull request #1028 from omahs/patch-4
fix: broken links
2 parents c7033f3 + 6f6e0ec commit 3b225de

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

basic/22-zk-snarkjs/circom2/verifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ contract PlonkVerifier {
152152

153153
///////
154154
// Computes the inverse of an array of values
155-
// See https://vitalik.ca/general/2018/07/21/starks_part_3.html in section where explain fields operations
155+
// See https://vitalik.eth.limo/general/2018/07/21/starks_part_3.html in section where explain fields operations
156156
//////
157157
function inverseArray(pVals, n) {
158158

basic/26-quadratic-vote&gitcoin/README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cost to the voter = 2^(n-1)
7979

8080
### financingTool
8181

82-
![quadratic_funding.png](https://vitalik.ca/images/qv-files/quadratic_funding.png)
82+
![quadratic_funding.png](https://vitalik.eth.limo/images/qv-files/quadratic_funding.png)
8383

8484
每个用户针对某个提案投票都是总金额的开平方
8585

@@ -160,7 +160,7 @@ struct UserVote {//每个用户每个提案会有一个实例
160160

161161
## 参考资料
162162

163-
- [Quadratic Payments: A Primer](https://vitalik.ca/general/2019/12/07/quadratic.html)
163+
- [Quadratic Payments: A Primer](https://vitalik.eth.limo/general/2019/12/07/quadratic.html)
164164
- [二次方投票和二次方资助](https://www.matataki.io/p/6113)
165165
- [视频](https://www.bilibili.com/video/BV1Y5411w77b/)
166166
- [gitcoin](https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/)

basic/26-quadratic-vote&gitcoin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Using both eth and Token for voting is not implemented for now.
8181

8282
### FinancingTool
8383

84-
![quadratic_funding.png](https://vitalik.ca/images/qv-files/quadratic_funding.png)
84+
![quadratic_funding.png](https://vitalik.eth.limo/images/qv-files/quadratic_funding.png)
8585

8686
Each user vote on a proposal is the square root of the total amount ().
8787

@@ -161,7 +161,7 @@ Case: Each person can donate to multiple proposals within a certain period of ti
161161

162162
## Reference
163163

164-
- [Quadratic Payments: A Primer (by vitalik)](https://vitalik.ca/general/2019/12/07/quadratic.html)
164+
- [Quadratic Payments: A Primer (by vitalik)](https://vitalik.eth.limo/general/2019/12/07/quadratic.html)
165165
- [Quadratic vote and quadratic funde (from zhihu)](https://www.matataki.io/p/6113)
166166
- [video intro](https://www.bilibili.com/video/BV1Y5411w77b/)
167167
- [gitcoin](https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/)

defi/RAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RAI具有非法币锚定、完全去中心化、以及最小化治理的极致
66
- site: <https://reflexer.finance/>
77

88
V神和Dankrad都有文章介绍RAI的机制:
9-
- [Two thought experiments to evaluate automated stablecoins](https://vitalik.ca/general/2022/05/25/stable.html)
9+
- [Two thought experiments to evaluate automated stablecoins](https://vitalik.eth.limo/general/2022/05/25/stable.html)
1010
- [RAI -- one of the coolest experiments in crypto](https://dankradfeist.de/ethereum/2023/01/31/rai-crypto-experiment.html)
1111

1212
RAI系统的这一套机制,正符合货币主义奠基人、诺贝尔经济学奖获得者米尔顿·弗里德曼理想情况下对美联储的预期。弗里德曼认为,"Abolish the FED. Replace it with a computer."(这同时也是Reflexer社区的重要Meme)。

nft/SBT/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-prot
5252

5353

5454
## 参考链接
55-
- [vitalik文章](https://vitalik.ca/general/2022/01/26/soulbound.html)
55+
- [vitalik文章](https://vitalik.eth.limo/general/2022/01/26/soulbound.html)
5656
- [ Decentralized Society: Finding Web3's Soul ](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4105763)
5757
- [SBT综述](https://mirror.xyz/0x07599B7E947A4F6240F826F41768F76149F490D5/fbYA4BbpB8zxbFqO2FpyLEFprXMqhSfQQQIo_lU8LGE)
5858
- [DID总结文章1]https://docs.qq.com/doc/DVGJFUWN6RGRZdWJo)

0 commit comments

Comments
 (0)