Skip to content

Commit 9c103fc

Browse files
authored
chore: fix broken link (#6058)
1 parent a4b70a8 commit 9c103fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/proxy/ERC1967/ERC1967Utils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ library ERC1967Utils {
8686
* @dev Returns the current admin.
8787
*
8888
* TIP: To get this value clients can read directly from the storage slot shown below (specified by ERC-1967) using
89-
* the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
89+
* the https://ethereum.org/developers/docs/apis/json-rpc/#eth_getstorageat[`eth_getStorageAt`] RPC call.
9090
* `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`
9191
*/
9292
function getAdmin() internal view returns (address) {

0 commit comments

Comments
 (0)