Update 0x.js and web3-wrapper doc urls so that last segment is identical to package name. Keep legacy endpoints.

This commit is contained in:
Fabio Berger
2018-04-11 18:14:22 +09:00
parent 6d1a587c5c
commit f0afc0ae45
8 changed files with 33 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
"changes": [
{
"note":
"Removed `ZeroExError.TransactionMiningTimeout` and moved it to '@0xproject/web3_wrapper' `Web3WrapperErrors.TransactionMiningTimeout`",
"Removed `ZeroExError.TransactionMiningTimeout` and moved it to '@0xproject/web3-wrapper' `Web3WrapperErrors.TransactionMiningTimeout`",
"pr": 485
}
],

View File

@@ -2,7 +2,7 @@
A TypeScript/Javascript library for interacting with the 0x protocol.
### Read the [Documentation](0xproject.com/docs/0xjs).
### Read the [Documentation](0xproject.com/docs/0x.js).
## Installation