diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-16 21:05:05 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-16 21:05:05 +0800 |
commit | 5a827eb3d4aefc65f808865f2634108b62406278 (patch) | |
tree | a38f95268308dfc04ce12860d6e96bb6570889f4 | |
parent | b37076136b59ecff681377f6df5de762d44320f0 (diff) | |
download | dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar.gz dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar.bz2 dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar.lz dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar.xz dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.tar.zst dexon-sol-tools-5a827eb3d4aefc65f808865f2634108b62406278.zip |
Fix deployer external type link to point to specific commit
-rw-r--r-- | packages/website/ts/containers/deployer_documentation.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/website/ts/containers/deployer_documentation.ts b/packages/website/ts/containers/deployer_documentation.ts index 13187f9eb..4e1c41f8c 100644 --- a/packages/website/ts/containers/deployer_documentation.ts +++ b/packages/website/ts/containers/deployer_documentation.ts @@ -66,8 +66,7 @@ const docsInfoConfig: DocsInfoConfig = { typeNameToExternalLink: { Web3: 'https://github.com/ethereum/wiki/wiki/JavaScript-API', BigNumber: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L127', - ContractInstance: - 'https://github.com/0xProject/0x-monorepo/blob/development/packages/web3-typescript-typings/index.d.ts#L101', + ContractInstance: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L98', }, typeNameToPrefix: { ContractInstance: 'Web3', |