From 1bb53ad3e756c754ae2fd3a8fdd14b735ebefda6 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Tue, 23 Aug 2016 22:53:30 -0500 Subject: Small documentation update --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contracts.rst b/docs/contracts.rst index 5f370951..c369bfd9 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -922,7 +922,7 @@ 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 :ref:`commandline-compiler`) on how to use the +(see :ref:`commandline-compiler` for 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 -- cgit