diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-11-22 22:05:38 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-03 18:31:54 +0800 |
commit | 866c946b92b45b35493f78c57217486cdc974493 (patch) | |
tree | 7c5eb87aaca29ceca62591d586d604fd85a7c171 /packages | |
parent | 8f9a246f485b2eadacda0e536167f8ed0cc613d5 (diff) | |
download | dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar.gz dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar.bz2 dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar.lz dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar.xz dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.tar.zst dexon-sol-tools-866c946b92b45b35493f78c57217486cdc974493.zip |
Replace packages/contracts with contracts/core
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/md/docs/smart_contracts/1/introduction.md | 2 | ||||
-rw-r--r-- | packages/website/md/docs/smart_contracts/2/introduction.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/md/docs/smart_contracts/1/introduction.md b/packages/website/md/docs/smart_contracts/1/introduction.md index 79a8f00fd..81715a3d1 100644 --- a/packages/website/md/docs/smart_contracts/1/introduction.md +++ b/packages/website/md/docs/smart_contracts/1/introduction.md @@ -1 +1 @@ -Welcome to the [0x smart contracts](https://github.com/0xProject/0x-monorepo/tree/development/packages/contracts) documentation! This documentation is intended for dApp developers who want to integrate 0x exchange functionality directly into their own smart contracts. +Welcome to the [0x smart contracts](https://github.com/0xProject/0x-monorepo/tree/development/contracts/core) documentation! This documentation is intended for dApp developers who want to integrate 0x exchange functionality directly into their own smart contracts. diff --git a/packages/website/md/docs/smart_contracts/2/introduction.md b/packages/website/md/docs/smart_contracts/2/introduction.md index 4aa31db3d..0b4e2aac6 100644 --- a/packages/website/md/docs/smart_contracts/2/introduction.md +++ b/packages/website/md/docs/smart_contracts/2/introduction.md @@ -1,4 +1,4 @@ -Welcome to the [0x smart contracts](https://github.com/0xProject/0x-monorepo/tree/development/packages/contracts) documentation! This documentation is intended for dApp developers who want to integrate 0x exchange functionality directly into their own smart contracts. +Welcome to the [0x smart contracts](https://github.com/0xProject/0x-monorepo/tree/development/contracts/core) documentation! This documentation is intended for dApp developers who want to integrate 0x exchange functionality directly into their own smart contracts. ### Helpful wiki articles: |