diff --git a/docs/060-breaking-changes.rst b/docs/060-breaking-changes.rst index c2a6ceb1ed54..030c59988b71 100644 --- a/docs/060-breaking-changes.rst +++ b/docs/060-breaking-changes.rst @@ -119,7 +119,7 @@ Metadata Hash Options The compiler now appends the `IPFS `_ hash of the metadata file to the end of the bytecode by default (for details, see documentation on :doc:`contract metadata `). Before 0.6.0, the compiler appended the -`Swarm `_ hash by default, and in order to still support this behavior, +`Swarm `_ hash by default, and in order to still support this behavior, the new command-line option ``--metadata-hash`` was introduced. It allows you to select the hash to be produced and appended, by passing either ``ipfs`` or ``swarm`` as value to the ``--metadata-hash`` command-line option. Passing the value ``none`` completely removes the hash. diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 7e372ea4e3bf..a3a50a56e63a 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -142,7 +142,7 @@ available for some distributions: Exercise caution when using them. There is also a `snap package `_, however, it is **currently unmaintained**. -It is installable in all the `supported Linux distros `_. To +It is installable in all the `supported Linux distros `_. To install the latest stable version of solc: .. code-block:: bash