Replace 0xproject.com urls with 0x.org

This commit is contained in:
fabioberger
2019-08-29 18:36:48 +02:00
parent e32bb6fc0f
commit 2543076d16
26 changed files with 42 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ Sol-compiler is a wrapper around [solc-js](https://www.npmjs.com/package/solc) t
- Proper parsing of Solidity version ranges
- Support for the standard [input description](https://solidity.readthedocs.io/en/develop/using-the-compiler.html#input-description) for what information you'd like added to the resulting `artifacts` file (i.e 100% configurable artifacts content).
### Read the [Documentation](https://0xproject.com/docs/tools/sol-compiler).
### Read the [Documentation](https://0x.org/docs/tools/sol-compiler).
## Installation