Changed link from markdown to rst

Added labels for the links to point to
This commit is contained in:
Denton Liu
2016-05-18 17:17:05 -04:00
parent c851cd0481
commit d29b9b986e
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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