diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-03 00:07:32 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-03 00:07:32 +0800 |
commit | f9a37168b034dd20868d1ffe1d2934db6effd39a (patch) | |
tree | 3b94ef352213856cd0ba93991abfd30368f33236 /packages | |
parent | 52232e98c7b2b1d1110821992bf3f86c239dd6e7 (diff) | |
download | dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar.gz dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar.bz2 dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar.lz dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar.xz dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.tar.zst dexon-sol-tools-f9a37168b034dd20868d1ffe1d2934db6effd39a.zip |
Fix link to intro tutorial wiki article
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/md/docs/connect/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/connect/installation.md b/packages/website/md/docs/connect/installation.md index 184fa6e0d..950bf92ca 100644 --- a/packages/website/md/docs/connect/installation.md +++ b/packages/website/md/docs/connect/installation.md @@ -12,4 +12,4 @@ import { HttpClient } from '@0xproject/connect'; ### Wiki -Check out our [0x Connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial:-Connect) for information on how to integrate relayers into your application. +Check out our [0x Connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial) for information on how to integrate relayers into your application. |