aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/0xjs
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 02:11:09 +0800
committerFabio Berger <me@fabioberger.com>2018-03-04 02:11:09 +0800
commitc797c720be1bf77b520c695ff2cb6940e9d9dd14 (patch)
tree5cf0ff756a08046cb25b47b24103e90d8f5f0657 /packages/website/md/docs/0xjs
parent244c148a80d555bfb67cb83bb2d82a44b5aca68c (diff)
downloaddexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.gz
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.bz2
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.lz
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.xz
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.zst
dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.zip
Update all mentions of the repo name being `0x.js` to `0x-monorepo`
Diffstat (limited to 'packages/website/md/docs/0xjs')
-rw-r--r--packages/website/md/docs/0xjs/installation.md2
-rw-r--r--packages/website/md/docs/0xjs/introduction.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/md/docs/0xjs/installation.md b/packages/website/md/docs/0xjs/installation.md
index 5f5c9137e..ac0a47699 100644
--- a/packages/website/md/docs/0xjs/installation.md
+++ b/packages/website/md/docs/0xjs/installation.md
@@ -18,7 +18,7 @@ import { ZeroEx } from '0x.js';
**Install**
-Download the UMD module from our [releases page](https://github.com/0xProject/0x.js/releases) and add it to your project.
+Download the UMD module from our [releases page](https://github.com/0xProject/0x-monorepo/releases) and add it to your project.
**Import**
diff --git a/packages/website/md/docs/0xjs/introduction.md b/packages/website/md/docs/0xjs/introduction.md
index 7bad3eaa9..008376d33 100644
--- a/packages/website/md/docs/0xjs/introduction.md
+++ b/packages/website/md/docs/0xjs/introduction.md
@@ -1 +1 @@
-Welcome to the [0x.js](https://github.com/0xProject/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 ERC20 token. Functionality includes generating, signing, filling and cancelling orders, verifying an orders signature, setting or checking a users ERC20 token balance/allowance and much more.
+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 ERC20 token. Functionality includes generating, signing, filling and cancelling orders, verifying an orders signature, setting or checking a users ERC20 token balance/allowance and much more.