From ba9b14cbbd2c3a423bbe0b5337f547224a8dcdbd Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 12 Aug 2019 18:49:55 +0200 Subject: [PATCH] Change link --- docs/using-the-compiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 8754da9f2..b63c36f19 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -363,7 +363,7 @@ Output Description // If the language used has no contract names, this field should equal to an empty string. "ContractName": { // The Ethereum Contract ABI. If empty, it is represented as an empty array. - // See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI + // See https://solidity.readthedocs.io/en/develop/abi-spec.html "abi": [], // See the Metadata Output documentation (serialised JSON string) "metadata": "{...}",