Skip to content

Commit 2129c0d

Browse files
committed
docs: fix links to solc-bin github page and remix offline installation
1 parent a5eb24d commit 2129c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installing-solidity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Remix
3232

3333
`Access Remix online <https://remix.ethereum.org/>`_, you do not need to install anything.
3434
If you want to use it without connection to the Internet, go to
35-
https://github.com/argotorg/remix-live/tree/gh-pages#readme and follow the instructions on that page.
35+
https://github.com/ethereum/remix-live/tree/gh-pages#readme and follow the instructions on that page.
3636
Remix is also a convenient option for testing nightly builds
3737
without installing multiple Solidity versions.
3838

@@ -291,14 +291,14 @@ This means that:
291291

292292
.. warning::
293293

294-
The binaries are also available at https://ethereum.github.io/solc-bin/ but this page
294+
The binaries are also available at https://argotorg.github.io/solc-bin/ but this page
295295
stopped being updated just after the release of version 0.7.2, will not receive any new releases
296296
or nightly builds for any platform and does not serve the new directory structure, including
297297
non-emscripten builds.
298298

299299
If you are using it, please switch to https://binaries.soliditylang.org, which is a drop-in
300300
replacement. This allows us to make changes to the underlying hosting in a transparent way and
301-
minimize disruption. Unlike the ``ethereum.github.io`` domain, which we do not have any control
301+
minimize disruption. Unlike the ``argotorg.github.io`` domain, which we do not have any control
302302
over, ``binaries.soliditylang.org`` is guaranteed to work and maintain the same URL structure
303303
in the long-term.
304304

0 commit comments

Comments
 (0)