aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Ray <james.ray0001@gmail.com>2017-07-28 09:30:53 +0800
committerGitHub <noreply@github.com>2017-07-28 09:30:53 +0800
commitbc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88 (patch)
treeca07c195799586d2c3e2ccd96d71d6ad4b1cf386 /docs
parent53f747b7ded3610802582448257b25e87442bebb (diff)
downloaddexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.gz
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.bz2
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.lz
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.xz
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.zst
dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.zip
Updated link for getter-functions
Diffstat (limited to 'docs')
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 4c3d4059..da797702 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -246,7 +246,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value
}
.. index:: ! getter;function, ! function;getter
-.. _getter_functions:
+.. _getter-functions:
Getter Functions
================