Standardize external type links

This commit is contained in:
Fabio Berger
2018-04-13 14:05:57 +09:00
parent 6dbe8dbc50
commit 20b0afacf5
3 changed files with 6 additions and 6 deletions

View File

@@ -85,8 +85,8 @@ const docsInfoConfig: DocsInfoConfig = {
'ContractEventArg',
],
typeNameToExternalLink: {
Web3: 'https://github.com/ethereum/wiki/wiki/JavaScript-API',
BigNumber: 'http://mikemcl.github.io/bignumber.js',
Web3: constants.URL_WEB3_DOCS,
BigNumber: constants.URL_BIGNUMBERJS_GITHUB,
},
typeNameToPrefix: {},
typeNameToDocSection: {