diff options
author | chriseth <chris@ethereum.org> | 2017-03-16 19:21:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 19:21:32 +0800 |
commit | 6ecfcbb686516690e02e26ef248c842e1de81528 (patch) | |
tree | d88b015fd792f369a249215b42558b6ae1756bf8 /docs/layout-of-source-files.rst | |
parent | dbd103f2d2ac94db0a0af6ad916f86ef1bb69406 (diff) | |
parent | a0d6ac63cca61e2916bbe74e2575d3fd48395467 (diff) | |
download | dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.gz dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.zst dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.zip |
Merge pull request #1784 from ethereum/docs-remix
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. |