aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMartín Triay <martriay@gmail.com>2017-09-28 00:59:26 +0800
committerGitHub <noreply@github.com>2017-09-28 00:59:26 +0800
commitab4f97a80b05c1e707dd1a8572657b76e94804c0 (patch)
treed3958b63fed034a5909ba8f4c8d3316af7a43706 /docs
parent3f783c8dad7a143d364f75ddac839aac2eeece1a (diff)
downloaddexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar.gz
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar.bz2
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar.lz
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar.xz
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.tar.zst
dexon-solidity-ab4f97a80b05c1e707dd1a8572657b76e94804c0.zip
Update contracts.rst
Fixed web3 URL
Diffstat (limited to 'docs')
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 69600fc1..cdc92315 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -20,7 +20,7 @@ Contracts can be created "from outside" via Ethereum transactions or from within
IDEs, such as `Remix <https://remix.ethereum.org/>`_, make the creation process seamless using UI elements.
-Creating contracts programatically on Ethereum is best done via using the JavaScript API `web3.js <https://github.com/etherem/web3.js>`_.
+Creating contracts programatically on Ethereum is best done via using the JavaScript API `web3.js <https://github.com/ethereum/web3.js>`_.
As of today it has a method called `web3.eth.Contract <https://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#new-contract>`_
to facilitate contract creation.