diff options
author | chriseth <chris@ethereum.org> | 2017-10-18 00:55:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 00:55:55 +0800 |
commit | 3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218 (patch) | |
tree | c2866877309d9555dceae5b7bf6d63951abec332 /docs | |
parent | 5cded778210c5b1c4278fe71aa676b6f1647acc5 (diff) | |
download | dexon-solidity-3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218.tar.gz dexon-solidity-3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218.tar.zst dexon-solidity-3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218.zip |
Project moved.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index b1d77890..351f8ad7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,7 +62,7 @@ Available Solidity Integrations * `Solium <https://github.com/duaraghav8/Solium/>`_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide <http://solidity.readthedocs.io/en/latest/style-guide.html>`_. -* `Solhint <https://github.com/tokenhouse/solhint/>`_ +* `Solhint <https://github.com/protofire/solhint>`_ Solidity linter that provides security, style guide and best practice rules for smart contract validation. * `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_ |