Skip to content

Commit fa127b1

Browse files
authored
Merge pull request #166 from curvefi/mimaklas-patch-1
Fix links on readme
2 parents 5679275 + 24bbd41 commit fa127b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# curve-dao-contracts
22

3-
Vyper contracts used in the [Curve](https://www.curve.fi/) Governance DAO.
3+
Vyper contracts used in the [Curve](https://www.curve.finance/) Governance DAO.
44

55
## Overview
66

77
Curve DAO consists of multiple smart contracts connected by [Aragon](https://github.com/aragon/aragonOS). Interaction with Aragon occurs through a [modified implementation](https://github.com/curvefi/curve-aragon-voting) of the [Aragon Voting App](https://github.com/aragon/aragon-apps/tree/master/apps/voting). Aragon's standard one token, one vote method is replaced with a weighting system based on locking tokens. Curve DAO has a token (CRV) which is used for both governance and value accrual.
88

9-
View the [documentation](https://curve.readthedocs.io/dao-overview.html) for a more in-depth explanation of how Curve DAO works.
9+
View the [documentation](https://resources.curve.finance/governance/overview/) for a more in-depth explanation of how Curve DAO works.
1010

1111
## Testing and Development
1212

@@ -49,17 +49,17 @@ See the [deployment documentation](scripts/deployment/README.md) for detailed in
4949

5050
## Audits and Security
5151

52-
Curve DAO contracts have been audited by Trail of Bits and Quantstamp. These audit reports are made available on the [Curve website](https://dao.curve.fi/audits).
52+
Curve DAO contracts have been audited by Trail of Bits and Quantstamp. These audit reports are made available on the [Curve website](https://docs.curve.finance/security/security/#security-audits).
5353

54-
There is also an active [bug bounty](https://www.curve.fi/bugbounty) for issues which can lead to substantial loss of money, critical bugs such as a broken live-ness condition, or irreversible loss of funds.
54+
There is also an active [bug bounty](https://docs.curve.finance/security/security/#bug-bounty) for issues which can lead to substantial loss of money, critical bugs such as a broken live-ness condition, or irreversible loss of funds.
5555

5656
## Resources
5757

5858
You may find the following guides useful:
5959

60-
1. [Curve and Curve DAO Resources](https://resources.curve.fi/)
61-
2. [How to earn and claim CRV](https://guides.curve.fi/how-to-earn-and-claim-crv/)
62-
3. [Voting and vote locking on Curve DAO](https://guides.curve.fi/voting-and-vote-locking-curve-dao/)
60+
1. [Curve and Curve DAO Resources](https://resources.curve.finance/)
61+
2. [How to earn and claim CRV](https://resources.curve.finance/vecrv/claiming-trading-fees/)
62+
3. [Voting and vote locking on Curve DAO](https://resources.curve.finance/vecrv/overview/)
6363

6464
## Community
6565

0 commit comments

Comments
 (0)