aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-06-02 21:29:53 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-06-02 21:29:53 +0800
commitbb83fd5adb22fe919dca49cecd012c6dd4bc64f3 (patch)
tree59a73f12d24589d0c09a3a85746948919bf81300 /docs/types.rst
parenta7b5e21e6672425cbbe2ac57ae2cf0bf40d62bec (diff)
downloaddexon-solidity-bb83fd5adb22fe919dca49cecd012c6dd4bc64f3.tar.gz
dexon-solidity-bb83fd5adb22fe919dca49cecd012c6dd4bc64f3.tar.zst
dexon-solidity-bb83fd5adb22fe919dca49cecd012c6dd4bc64f3.zip
Changed reference name
Diffstat (limited to 'docs/types.rst')
-rw-r--r--docs/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst
index 16eccb16..6a69f5be 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -72,7 +72,7 @@ Members of Addresses
* ``balance`` and ``send``
-For a quick reference, see :ref:`balance` and :ref:`send`.
+For a quick reference, see :ref:`address_related`.
It is possible to query the balance of an address using the property ``balance``
and to send Ether (in units of wei) to an address using the ``send`` function: