aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWilliam Entriken <github.com@phor.net>2018-01-11 09:43:38 +0800
committerGitHub <noreply@github.com>2018-01-11 09:43:38 +0800
commitdeeee06bc29365a3af4e2068739546a41fdd8353 (patch)
tree4733a2091ae114d2eaa08af5bfa4aa146f672af1 /docs
parentc7632fc732dcd49bb3add1aea1d9fdc05612c034 (diff)
downloaddexon-solidity-deeee06bc29365a3af4e2068739546a41fdd8353.tar.gz
dexon-solidity-deeee06bc29365a3af4e2068739546a41fdd8353.tar.zst
dexon-solidity-deeee06bc29365a3af4e2068739546a41fdd8353.zip
Fix links and JS reference
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 4bdc284a..8f30f199 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -34,12 +34,12 @@ npm / Node.js
Use `npm` for a convenient and portable way to install `solcjs`, a Solidity compiler. The
`solcjs` program has less features than all options further down this page. Our
-`Using the compiler <http://solidity.readthedocs.io/en/develop/using-the-compiler.html>`
-documentation assumes you are using the full-featured compiler, `solc`. So if you if you
-install `solcjs` from `npm` then you're on your own.
+`Using the compiler <using-the-compiler.html>` documentation assumes you are using
+the full-featured compiler, `solc`. So if you install `solcjs` from `npm` then you will
+stop reading the documentation here and then continue to <https://github.com/ethereum/solc-js>,
Note: The `solc-js <https://github.com/ethereum/solc-js>` project is derived from the C++
-`solc` by using Emscripten. `solc-js` can be used in projects directly (such as Remix).
+`solc` by using Emscripten. `solc-js` can be used in JavaScript projects directly (such as Remix).
Please refer to the `solc-js <https://github.com/ethereum/solc-js>`_ repository for instructions.
.. code:: bash