diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-08 21:43:09 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-08 21:43:09 +0800 |
commit | e37f3b4fa379592f98078659d0e3a3f674a965f0 (patch) | |
tree | dfec450131a9099dd23c762ff2ff4f518f4c140b /packages/react-docs | |
parent | 7e5c35d06eb1c17d499c6bdb49b616003d2777a0 (diff) | |
download | dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar.gz dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar.bz2 dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar.lz dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar.xz dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.tar.zst dexon-sol-tools-e37f3b4fa379592f98078659d0e3a3f674a965f0.zip |
Fix external type links
Diffstat (limited to 'packages/react-docs')
-rw-r--r-- | packages/react-docs/example/ts/docs.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/react-docs/example/ts/docs.tsx b/packages/react-docs/example/ts/docs.tsx index 70c165636..9af81cfe8 100644 --- a/packages/react-docs/example/ts/docs.tsx +++ b/packages/react-docs/example/ts/docs.tsx @@ -45,9 +45,8 @@ const docsInfoConfig: DocsInfoConfig = { publicTypes: ['TxData', 'TransactionReceipt', 'RawLogEntry'], typeNameToExternalLink: { Web3: 'https://github.com/ethereum/wiki/wiki/JavaScript-API', - Provider: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L123', + Provider: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L150', BigNumber: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L127', - DecodedLogEntryEvent: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L150', LogEntryEvent: 'http://mikemcl.github.io/bignumber.js', CallData: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L348', BlockWithoutTransactionData: |