diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 06:58:14 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 06:58:14 +0800 |
commit | a0d6ac63cca61e2916bbe74e2575d3fd48395467 (patch) | |
tree | 4f0ca8cffb4194849d15635e0adfac7cb59e0dca /docs/layout-of-source-files.rst | |
parent | 0157b86ce655a8dd83f402039a4740a9b7d2eea6 (diff) | |
download | dexon-solidity-a0d6ac63cca61e2916bbe74e2575d3fd48395467.tar.gz dexon-solidity-a0d6ac63cca61e2916bbe74e2575d3fd48395467.tar.zst dexon-solidity-a0d6ac63cca61e2916bbe74e2575d3fd48395467.zip |
Replace references to browser-solidity with Remix
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r-- | docs/layout-of-source-files.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 1e27b7c0..154cd2dc 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -151,9 +151,9 @@ remapping ``=/``. If there are multiple remappings that lead to a valid file, the remapping with the longest common prefix is chosen. -**browser-solidity**: +**Remix**: -The `browser-based compiler <https://ethereum.github.io/browser-solidity>`_ +`Remix <https://remix.ethereum.org/>`_ provides an automatic remapping for github and will also automatically retrieve the file over the network: You can import the iterable mapping by e.g. |