mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace links to readthedocs.io with ones using the new domain
This commit is contained in:
@@ -3255,7 +3255,7 @@ void TypeChecker::endVisit(Literal const& _literal)
|
||||
_literal.location(),
|
||||
msg +
|
||||
" If this is not used as an address, please prepend '00'. " +
|
||||
"For more information please see https://solidity.readthedocs.io/en/develop/types.html#address-literals"
|
||||
"For more information please see https://docs.soliditylang.org/en/develop/types.html#address-literals"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user