aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-03 03:09:48 +0800
committerFabio Berger <me@fabioberger.com>2018-08-03 03:09:48 +0800
commitb5d98a280352d8f697876b35741fcf7b60b3b569 (patch)
tree67a9eda9a35bc5f91ffc0ebb47cdcaec7599fd88 /packages/website/md/docs
parentc7a5b8c776afd343d2a3484cb249120a3d0a5085 (diff)
downloaddexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar.gz
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar.bz2
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar.lz
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar.xz
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.tar.zst
dexon-0x-contracts-b5d98a280352d8f697876b35741fcf7b60b3b569.zip
Fix link in 0x.js intro
Diffstat (limited to 'packages/website/md/docs')
-rw-r--r--packages/website/md/docs/0xjs/2.0.0/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/0xjs/2.0.0/introduction.md b/packages/website/md/docs/0xjs/2.0.0/introduction.md
index b98aeef38..d228c6855 100644
--- a/packages/website/md/docs/0xjs/2.0.0/introduction.md
+++ b/packages/website/md/docs/0xjs/2.0.0/introduction.md
@@ -1,3 +1,3 @@
<b>**NOTE:** Release candidate versions are meant to work with V2 of 0x protocol. To interact with V1, select a 0.X version.</b>
-Welcome to the [0x.js](https://github.com/0xProject/0x-monorepo) documentation! 0x.js is a Javascript library for interacting with the 0x protocol. With it, you can easily make calls to the 0x smart contracts as well as any token adhering to the token standards supported by the protocol (currently ERC20 & ERC721). Functionality includes generating, signing, filling and cancelling orders, verifying an orders signature, setting or checking a users ERC20/ERC721 token balance/allowance and much more.
+Welcome to the [0x.js](https://github.com/0xProject/0x-monorepo/tree/development/packages/0x.js) documentation! 0x.js is a Javascript library for interacting with the 0x protocol. With it, you can easily make calls to the 0x smart contracts as well as any token adhering to the token standards supported by the protocol (currently ERC20 & ERC721). Functionality includes generating, signing, filling and cancelling orders, verifying an orders signature, setting or checking a users ERC20/ERC721 token balance/allowance and much more.