diff options
author | chriseth <c@ethdev.com> | 2016-05-20 18:52:32 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-05-20 22:51:26 +0800 |
commit | fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (patch) | |
tree | adea5b0886fc1ac1d3af0e4be18b7ed7e39a1335 /docs/layout-of-source-files.rst | |
parent | e3c54185434e16591e15e94b9f0cbef49c83137c (diff) | |
download | dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.gz dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.zst dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.zip |
Update links to browser-solidity.
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index dcb18518..07f796da 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -103,7 +103,7 @@ with the longest common prefix is chosen. **browser-solidity**: -The `browser-based compiler <https://chriseth.github.io/browser-solidity>`_ +The `browser-based compiler <https://ethereum.github.io/browser-solidity>`_ 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. |