aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-27 07:38:52 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-27 07:38:52 +0800
commit3594f02d51aac4a99d3f1fefbd37fa27346b75ae (patch)
tree10549b6049c67dc007592f556d24391130dc0ac9 /docs
parent241134a8816fbd832ab60ccd7aecc70ba00e8ac3 (diff)
downloaddexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar.gz
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar.bz2
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar.lz
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar.xz
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.tar.zst
dexon-solidity-3594f02d51aac4a99d3f1fefbd37fa27346b75ae.zip
Fix link to solcjs in the installation section
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 8c445e5e..e26870f0 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -36,13 +36,13 @@ 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 <using-the-compiler.html>` documentation assumes you are using
+:ref:`commandline-compiler` 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>,
+stop reading the documentation here and then continue to `solc-js <https://github.com/ethereum/solc-js>`_.
-Note: The `solc-js <https://github.com/ethereum/solc-js>` project is derived from the C++
+Note: The solc-js project is derived from the C++
`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.
+Please refer to the solc-js repository for instructions.
.. code:: bash