diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-11 17:17:35 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-11 17:17:35 +0800 |
commit | 5bf43a356062b163618102f2a9793039183e6ba0 (patch) | |
tree | 9f14a1641bc231689f40ad2db615e5db1b08f6bc /packages | |
parent | f0afc0ae45c82d6e1227307e9cc7eca711ccaa05 (diff) | |
parent | 7d8badc86e1db9878ae3f22b1887479f04c61445 (diff) | |
download | dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar.gz dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar.bz2 dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar.lz dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar.xz dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.tar.zst dexon-sol-tools-5bf43a356062b163618102f2a9793039183e6ba0.zip |
Merge branch 'development' into fix/docImprovements
* development:
Fix documentation links in some READMEs
Fix relative link
# Conflicts:
# packages/0x.js/README.md
# packages/web3-wrapper/README.md
Diffstat (limited to 'packages')
-rw-r--r-- | packages/0x.js/README.md | 2 | ||||
-rw-r--r-- | packages/deployer/README.md | 2 | ||||
-rw-r--r-- | packages/json-schemas/README.md | 2 | ||||
-rw-r--r-- | packages/sol-cov/README.md | 2 | ||||
-rw-r--r-- | packages/subproviders/README.md | 2 | ||||
-rw-r--r-- | packages/web3-wrapper/README.md | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/0x.js/README.md b/packages/0x.js/README.md index f507516c4..72e5cc5fd 100644 --- a/packages/0x.js/README.md +++ b/packages/0x.js/README.md @@ -2,7 +2,7 @@ A TypeScript/Javascript library for interacting with the 0x protocol. -### Read the [Documentation](0xproject.com/docs/0x.js). +### Read the [Documentation](https://0xproject.com/docs/0x.js). ## Installation diff --git a/packages/deployer/README.md b/packages/deployer/README.md index d8b049bdf..ef0ddd59d 100644 --- a/packages/deployer/README.md +++ b/packages/deployer/README.md @@ -2,7 +2,7 @@ This repository contains a CLI tool that facilitates compiling and deployment of smart contracts. -### Read the [Documentation](0xproject.com/docs/deployer). +### Read the [Documentation](https://0xproject.com/docs/deployer). ## Installation diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md index e8cece63b..ffa8e947a 100644 --- a/packages/json-schemas/README.md +++ b/packages/json-schemas/README.md @@ -2,7 +2,7 @@ Contains 0x-related json schemas -### Read the [Documentation](0xproject.com/docs/json-schemas). +### Read the [Documentation](https://0xproject.com/docs/json-schemas). ## Installation diff --git a/packages/sol-cov/README.md b/packages/sol-cov/README.md index 8cc7dca6c..3a0377521 100644 --- a/packages/sol-cov/README.md +++ b/packages/sol-cov/README.md @@ -2,7 +2,7 @@ A Solidity code coverage tool. -### Read the [Documentation](0xproject.com/docs/sol-cov). +### Read the [Documentation](https://0xproject.com/docs/sol-cov). ## Installation diff --git a/packages/subproviders/README.md b/packages/subproviders/README.md index 2936be545..8c8807895 100644 --- a/packages/subproviders/README.md +++ b/packages/subproviders/README.md @@ -4,7 +4,7 @@ A few useful web3 subproviders including a LedgerSubprovider useful for adding L We have written up a [Wiki](https://0xproject.com/wiki#Web3-Provider-Examples) article detailing some use cases of this subprovider package. -### Read the [Documentation](0xproject.com/docs/subproviders). +### Read the [Documentation](https://0xproject.com/docs/subproviders). ## Installation diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md index 480684c7b..d752a9de0 100644 --- a/packages/web3-wrapper/README.md +++ b/packages/web3-wrapper/README.md @@ -2,7 +2,7 @@ Wrapped version of web3 with a nicer interface that is used across 0x projects and packages. -### Read the [Documentation](0xproject.com/docs/web3-wrapper). +### Read the [Documentation](https://0xproject.com/docs/web3-wrapper). ## Installation |