diff options
author | chriseth <chris@ethereum.org> | 2018-09-04 20:12:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 20:12:59 +0800 |
commit | d88e5039ccc768f810f7882aa1f9ae338bc27dd3 (patch) | |
tree | 3e9b9c747fec322ad238acc4a8e34e8aaf14499a /docs | |
parent | fbeb663741378bf36e444d6e97911422d196e44b (diff) | |
parent | 2f258b005eb24e22b6cea9d79e0066589f960405 (diff) | |
download | dexon-solidity-d88e5039ccc768f810f7882aa1f9ae338bc27dd3.tar.gz dexon-solidity-d88e5039ccc768f810f7882aa1f9ae338bc27dd3.tar.zst dexon-solidity-d88e5039ccc768f810f7882aa1f9ae338bc27dd3.zip |
Merge pull request #4856 from ethereum/fix_docs_remix_url
Fix local remix-ide url in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index a1372f4c..34806f4a 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -22,7 +22,7 @@ Remix `Access Remix online <https://remix.ethereum.org/>`_, you don't need to install anything. If you want to use it without connection to the Internet, go to -https://github.com/ethereum/browser-solidity/tree/gh-pages and download the .ZIP file as +https://github.com/ethereum/remix-live/tree/gh-pages and download the ``.zip`` file as explained on that page. Further options on this page detail installing commandline Solidity compiler software |