aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-05 09:01:41 +0800
committerFabio Berger <me@fabioberger.com>2018-04-05 09:01:41 +0800
commit29d38593d6313412fb820f2311bb9accb66e6684 (patch)
treeb8b02dc27348eb414509cf69c13fb98240ec36d2
parentd76bc18bb7ccaa18f31df6e48722502e21610bdf (diff)
downloaddexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar.gz
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar.bz2
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar.lz
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar.xz
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.tar.zst
dexon-0x-contracts-29d38593d6313412fb820f2311bb9accb66e6684.zip
Fix contributing links
-rw-r--r--packages/0x.js/README.md2
-rw-r--r--packages/abi-gen/README.md2
-rw-r--r--packages/assert/README.md2
-rw-r--r--packages/connect/README.md2
-rw-r--r--packages/deployer/README.md2
-rw-r--r--packages/dev-utils/README.md2
-rw-r--r--packages/json-schemas/README.md2
-rw-r--r--packages/monorepo-scripts/README.md2
-rw-r--r--packages/react-docs-example/README.md2
-rw-r--r--packages/react-docs/README.md2
-rw-r--r--packages/react-shared/README.md2
-rw-r--r--packages/sol-cov/README.md2
-rw-r--r--packages/sra-report/README.md2
-rw-r--r--packages/subproviders/README.md2
-rw-r--r--packages/testnet-faucets/README.md2
-rw-r--r--packages/tslint-config/README.md2
-rw-r--r--packages/types/README.md2
-rw-r--r--packages/typescript-typings/README.md2
-rw-r--r--packages/utils/README.md2
-rw-r--r--packages/web3-wrapper/README.md2
-rw-r--r--packages/website/README.md2
21 files changed, 21 insertions, 21 deletions
diff --git a/packages/0x.js/README.md b/packages/0x.js/README.md
index f37fb0454..46848cbdd 100644
--- a/packages/0x.js/README.md
+++ b/packages/0x.js/README.md
@@ -46,7 +46,7 @@ Download the UMD module from our [releases page](https://github.com/0xProject/0x
We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/abi-gen/README.md b/packages/abi-gen/README.md
index e193c6fcc..301bd709f 100644
--- a/packages/abi-gen/README.md
+++ b/packages/abi-gen/README.md
@@ -62,7 +62,7 @@ Output files will be generated within an output folder with names converted to c
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/assert/README.md b/packages/assert/README.md
index cbf78ad53..598fee613 100644
--- a/packages/assert/README.md
+++ b/packages/assert/README.md
@@ -28,7 +28,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/connect/README.md b/packages/connect/README.md
index 02d166d61..a57fefa59 100644
--- a/packages/connect/README.md
+++ b/packages/connect/README.md
@@ -25,7 +25,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/deployer/README.md b/packages/deployer/README.md
index 22848bdde..d8b049bdf 100644
--- a/packages/deployer/README.md
+++ b/packages/deployer/README.md
@@ -43,7 +43,7 @@ var Compiler = require('@0xproject/deployer').Compiler;
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md
index ce03a740e..2b183f1c7 100644
--- a/packages/dev-utils/README.md
+++ b/packages/dev-utils/README.md
@@ -31,7 +31,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md
index fa9da3b77..e8cece63b 100644
--- a/packages/json-schemas/README.md
+++ b/packages/json-schemas/README.md
@@ -34,7 +34,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/monorepo-scripts/README.md b/packages/monorepo-scripts/README.md
index 4f4f13b21..a740ba28a 100644
--- a/packages/monorepo-scripts/README.md
+++ b/packages/monorepo-scripts/README.md
@@ -18,7 +18,7 @@ This will list out any dependencies that differ in versions between packages.
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/react-docs-example/README.md b/packages/react-docs-example/README.md
index 7eeade960..ff821dba8 100644
--- a/packages/react-docs-example/README.md
+++ b/packages/react-docs-example/README.md
@@ -35,7 +35,7 @@ Note: If you move this package out of the monorepo, it will work without this st
The the `react-docs-example` root directory, run:
```bash
-yarn run dev
+yarn dev
```
### Deploy Example to S3 bucket
diff --git a/packages/react-docs/README.md b/packages/react-docs/README.md
index 479a24cc3..5a46b84f0 100644
--- a/packages/react-docs/README.md
+++ b/packages/react-docs/README.md
@@ -53,7 +53,7 @@ Feel free to contribute to these improvements!
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/react-shared/README.md b/packages/react-shared/README.md
index ad32a41a2..0b4188180 100644
--- a/packages/react-shared/README.md
+++ b/packages/react-shared/README.md
@@ -20,7 +20,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/sol-cov/README.md b/packages/sol-cov/README.md
index 130db039e..8cc7dca6c 100644
--- a/packages/sol-cov/README.md
+++ b/packages/sol-cov/README.md
@@ -26,7 +26,7 @@ var CoverageSubprovider = require('@0xproject/sol-cov').CoverageSubprovider;
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/sra-report/README.md b/packages/sra-report/README.md
index 48d56a09b..806ac3bf4 100644
--- a/packages/sra-report/README.md
+++ b/packages/sra-report/README.md
@@ -89,7 +89,7 @@ In order to provide a custom environment to the tool, perform the following step
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/subproviders/README.md b/packages/subproviders/README.md
index 60fd41fc6..2936be545 100644
--- a/packages/subproviders/README.md
+++ b/packages/subproviders/README.md
@@ -24,7 +24,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/testnet-faucets/README.md b/packages/testnet-faucets/README.md
index 0ae1667a3..93f97e1b7 100644
--- a/packages/testnet-faucets/README.md
+++ b/packages/testnet-faucets/README.md
@@ -10,7 +10,7 @@ This is a private package and therefore is not published to npm. In order to bui
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/tslint-config/README.md b/packages/tslint-config/README.md
index e9aa5025c..d90b3cf73 100644
--- a/packages/tslint-config/README.md
+++ b/packages/tslint-config/README.md
@@ -22,7 +22,7 @@ Add the following to your `tslint.json` file
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/types/README.md b/packages/types/README.md
index b51cf3f3a..665701ea4 100644
--- a/packages/types/README.md
+++ b/packages/types/README.md
@@ -26,7 +26,7 @@ import { TransactionReceipt, TxData, TxDataPayable } from '@0xproject/types';
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/typescript-typings/README.md b/packages/typescript-typings/README.md
index 5586137be..968b2e87c 100644
--- a/packages/typescript-typings/README.md
+++ b/packages/typescript-typings/README.md
@@ -22,7 +22,7 @@ This will allow the TS compiler to first look into that repo and then fallback t
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/utils/README.md b/packages/utils/README.md
index acda45c23..914404937 100644
--- a/packages/utils/README.md
+++ b/packages/utils/README.md
@@ -26,7 +26,7 @@ import { addressUtils, bigNumberConfigs, classUtils, intervalUtils, promisify }
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/web3-wrapper/README.md b/packages/web3-wrapper/README.md
index 10cbb6a7e..1ff85420a 100644
--- a/packages/web3-wrapper/README.md
+++ b/packages/web3-wrapper/README.md
@@ -22,7 +22,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.
### Install dependencies
diff --git a/packages/website/README.md b/packages/website/README.md
index 0e23b02df..d93d18935 100644
--- a/packages/website/README.md
+++ b/packages/website/README.md
@@ -41,7 +41,7 @@ yarn lerna:rebuild
The the `website` root directory, run:
```bash
-yarn run dev
+yarn dev
```
Visit [0xproject.localhost:3572](http://0xproject.localhost:3572) in your browser.