Skip to content

Commit 490d78f

Browse files
authored
Merge pull request #16474 from argotorg/fix_broken_docs_links
Fix broken doc links
2 parents 7abe30f + 4b0ced4 commit 490d78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/060-breaking-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Metadata Hash Options
119119

120120
The compiler now appends the `IPFS <https://ipfs.io/>`_ hash of the metadata file to the end of the bytecode by default
121121
(for details, see documentation on :doc:`contract metadata <metadata>`). Before 0.6.0, the compiler appended the
122-
`Swarm <https://ethersphere.github.io/swarm-home/>`_ hash by default, and in order to still support this behavior,
122+
`Swarm <https://www.ethswarm.org/>`_ hash by default, and in order to still support this behavior,
123123
the new command-line option ``--metadata-hash`` was introduced. It allows you to select the hash to be produced and
124124
appended, by passing either ``ipfs`` or ``swarm`` as value to the ``--metadata-hash`` command-line option.
125125
Passing the value ``none`` completely removes the hash.

docs/installing-solidity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ available for some distributions:
142142
Exercise caution when using them.
143143

144144
There is also a `snap package <https://snapcraft.io/solc>`_, however, it is **currently unmaintained**.
145-
It is installable in all the `supported Linux distros <https://snapcraft.io/docs/core/install>`_. To
145+
It is installable in all the `supported Linux distros <https://snapcraft.io/docs/reference/administration/distribution-support/>`_. To
146146
install the latest stable version of solc:
147147

148148
.. code-block:: bash

0 commit comments

Comments
 (0)