Replace links to readthedocs.io with ones using the new domain

This commit is contained in:
Kamil Śliwak
2020-11-18 15:20:34 +01:00
parent eb77ed080a
commit 5560239cf5
27 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -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"
);
}