Skip to content

Commit

Permalink
Fix links and JS reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Jan 11, 2018
1 parent c7632fc commit deeee06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deeee06

Please sign in to comment.