aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-28 18:35:18 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-28 18:59:35 +0800
commitdd2cc899bbf71c1234d3bc1f2ea55c4716dbfd0d (patch)
tree45575748da47b868837cf2e236211f6a3460ed92 /docs/miscellaneous.rst
parent2b3a49f702579cfa78d7cfa90600894a31f55e9e (diff)
downloaddexon-solidity-dd2cc899bbf71c1234d3bc1f2ea55c4716dbfd0d.tar.gz
dexon-solidity-dd2cc899bbf71c1234d3bc1f2ea55c4716dbfd0d.tar.zst
dexon-solidity-dd2cc899bbf71c1234d3bc1f2ea55c4716dbfd0d.zip
Fix lists and links
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index e78c4807..b014a452 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -330,7 +330,7 @@ Encoding of the Metadata Hash in the Bytecode
Because we might support other ways to retrieve the metadata file in the future,
the mapping ``{"bzzr0": <Swarm hash>}`` is stored
-[CBOR](https://tools.ietf.org/html/rfc7049)-encoded. Since the beginning of that
+`CBOR <https://tools.ietf.org/html/rfc7049>`_-encoded. Since the beginning of that
encoding is not easy to find, its length is added in a two-byte big-endian
encoding. The current version of the Solidity compiler thus adds the following
to the end of the deployed bytecode::