mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changed link from markdown to rst
Added labels for the links to point to
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user