Skip to content

Commit bf60d45

Browse files
committed
fix: Edit docs/eternal_storage.md
- Update RocketStorage.sol link
1 parent d4bbb4b commit bf60d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/eternal_storage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ be mitigated by a proper rule set for version changes, or decentralized ownershi
112112

113113
## Known Uses
114114

115-
The Eternal Storage pattern is used in the upgradeability strategy of [Rocket Pool](https://github.com/rocket-pool/rocketpool/blob/master/contracts/RocketStorage.sol), a decentralized proof of stake pool. They try to overcome the issue of trust loss by
116-
disabling the direct access of the owner to the contract, after he has initialized it.
115+
The Eternal Storage pattern is used in the upgradeability strategy of [Rocket Pool](https://github.com/rocket-pool/rocketpool/blob/master/contracts/contract/RocketStorage.sol), a decentralized proof of stake pool. They try to overcome the issue of trust loss by
116+
disabling the direct access of the owner to the contract, after he has initialized it.
117117

118118
[**< Back**](https://fravoll.github.io/solidity-patterns/)

0 commit comments

Comments
 (0)