diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-12-15 06:46:05 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-12-15 06:46:05 +0800 |
commit | 51b1cab72a80b8ef05038ecf392d9c72b8d4294e (patch) | |
tree | d1e777a68730a323f3fa3e873f5a15bad6cdbf59 /packages/website/md/docs/migrations | |
parent | e3dcb7107bdd7bd8197818a05b163985026f7ca2 (diff) | |
download | dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.gz dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.bz2 dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.lz dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.xz dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.zst dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.zip |
fix(website) replace 0xproject.com with 0x.org
Diffstat (limited to 'packages/website/md/docs/migrations')
-rw-r--r-- | packages/website/md/docs/migrations/1/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/migrations/1/introduction.md b/packages/website/md/docs/migrations/1/introduction.md index 82ae3a0ab..70b13c5f8 100644 --- a/packages/website/md/docs/migrations/1/introduction.md +++ b/packages/website/md/docs/migrations/1/introduction.md @@ -1 +1 @@ -Welcome to the [@0x/migrations](https://github.com/0xProject/0x-monorepo/tree/development/packages/migrations) documentation! This package is intended for developers who would like to deploy the 0x protocol system of smart contracts to a custom testnet. If you want to test against existing testnets, check out our pre-deployed [Ganache snapshot](https://0xproject.com/wiki#Ganache-Setup-Guide) or where 0x is already deployed on [popular testnets](https://0xproject.com/wiki#Deployed-Addresses). +Welcome to the [@0x/migrations](https://github.com/0xProject/0x-monorepo/tree/development/packages/migrations) documentation! This package is intended for developers who would like to deploy the 0x protocol system of smart contracts to a custom testnet. If you want to test against existing testnets, check out our pre-deployed [Ganache snapshot](https://0x.org/wiki#Ganache-Setup-Guide) or where 0x is already deployed on [popular testnets](https://0x.org/wiki#Deployed-Addresses). |