Skip to content

Commit fca6888

Browse files
docs: Fix links in overview (#426)
1 parent facd478 commit fca6888

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/gho-stewards.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These contracts each control different parameters related to GHO and its facilit
44

55
Each Steward is designed to have a specific set of segregated responsibilities in an effort to avoid having to redeploy the entire original Steward. Instead, only the specific steward whose responsibilities are affected will have to be redeployed.
66

7-
### [GhoAaveSteward](src/contracts/misc/GhoAaveSteward.sol)
7+
### [GhoAaveSteward](/src/contracts/misc/GhoAaveSteward.sol)
88

99
This Steward manages parameters related to the GHO token. Specifically, it allows the Risk Council to change the following parameters:
1010

@@ -21,18 +21,18 @@ In addition, the Aave DAO is allowed to change the configuration for the GHO Bor
2121

2222
For example, the Aave DAO can specify that the optimalUsageRatio variable may only be changed by 3% at a time.
2323

24-
### [GhoBucketSteward](src/contracts/misc/GhoBucketSteward.sol)
24+
### [GhoBucketSteward](/src/contracts/misc/GhoBucketSteward.sol)
2525

2626
This Steward allows the Risk Council to set the bucket capacities of controlled facilitators. Additionally, it allows the Aave DAO to add or remove controlled facilitators.
2727

28-
### [GhoCcipSteward](src/contracts/misc/GhoCcipSteward.sol)
28+
### [GhoCcipSteward](/src/contracts/misc/GhoCcipSteward.sol)
2929

3030
This Steward allows the management of parameters related to CCIP token pools. It allows the Risk Council to update the CCIP bridge limit, and to update the CCIP rate limit configuration.
3131

32-
### [GhoGsmSteward](src/contracts/misc/GhoGsmSteward.sol)
32+
### [GhoGsmSteward](/src/contracts/misc/GhoGsmSteward.sol)
3333

3434
This Steward allows the Risk Council to update the exposure cap of the GSM, and to update the buy and sell fees of the GSM.
3535

36-
### [RiskCouncilControlled](src/contracts/misc/RiskCouncilControlled.sol)
36+
### [RiskCouncilControlled](/src/contracts/misc/RiskCouncilControlled.sol)
3737

3838
This is a helper contract to define the approved Risk Council and enforce its authority to call permissioned functions.

0 commit comments

Comments
 (0)