aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contracts.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:18:39 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-19 05:17:05 +0800
commitd29b9b986efef88a57732b0dccca550d14efada7 (patch)
treee477004a4ed08707b661bc2784fcbc23740320f7 /docs/contracts.rst
parentc851cd0481b557ef0a18c0bfa13cbe2ab0abf716 (diff)
downloaddexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar.gz
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar.bz2
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar.lz
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar.xz
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.tar.zst
dexon-solidity-d29b9b986efef88a57732b0dccca550d14efada7.zip
Changed link from markdown to rst
Added labels for the links to point to
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r--docs/contracts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index b0d24c67..1fd23732 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -891,8 +891,8 @@ custom types without the overhead of external function calls:
As the compiler cannot know where the library will be
deployed at, these addresses have to be filled into the
-final bytecode by a linker (see [Using the Commandline
-Compiler](#using-the-commandline-compiler) on how to use the
+final bytecode by a linker
+(see :ref:`commandline-compiler`) on how to use the
commandline compiler for linking). If the addresses are not
given as arguments to the compiler, the compiled hex code
will contain placeholders of the form `__Set______` (where