aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-28 18:48:35 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-28 18:59:35 +0800
commite649ce71bd120ade2ee2133f6fa763afa3928077 (patch)
treebea762beb9be2c64e871005aae1e8b11a260d1bc
parent412cc6bc5842f0ad2b6f2b0885f48be1dd1b4e8a (diff)
downloaddexon-solidity-e649ce71bd120ade2ee2133f6fa763afa3928077.tar.gz
dexon-solidity-e649ce71bd120ade2ee2133f6fa763afa3928077.tar.zst
dexon-solidity-e649ce71bd120ade2ee2133f6fa763afa3928077.zip
Refer to internal ABI documentation
-rw-r--r--docs/miscellaneous.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 55dc3185..e9b01340 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -84,10 +84,8 @@ Layout of Call Data
*******************
When a Solidity contract is deployed and when it is called from an
-account, the input data is assumed to be in the format in `the ABI
-specification
-<https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI>`_. The
-ABI specification requires arguments to be padded to multiples of 32
+account, the input data is assumed to be in the format in :ref:`the ABI
+specification <ABI>`. The ABI specification requires arguments to be padded to multiples of 32
bytes. The internal function calls use a different convention.