diff --git a/tests/unit/utils/test_data/upgradeability_util/src/TransparentUpgradeableProxy.sol b/tests/unit/utils/test_data/upgradeability_util/src/TransparentUpgradeableProxy.sol index a78d4f1520..c771304e2a 100644 --- a/tests/unit/utils/test_data/upgradeability_util/src/TransparentUpgradeableProxy.sol +++ b/tests/unit/utils/test_data/upgradeability_util/src/TransparentUpgradeableProxy.sol @@ -137,7 +137,7 @@ contract TransparentUpgradeableProxy is UpgradeableProxy { * NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. * * TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the - * https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. + * https://ethereum.org#eth_getstorageat[`eth_getStorageAt`] RPC call. * `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103` */ function admin() external ifAdmin returns (address admin_) {