Update the Useful Links

This commit is contained in:
fabioberger
2019-08-18 00:02:05 +02:00
parent 5d91ad3656
commit ab8c457c51
2 changed files with 10 additions and 8 deletions

View File

@@ -55,20 +55,20 @@ const shortcutLinks = [
const usefulLinks = [
{
title: 'Core Concepts',
url: WebsitePaths.DocsCoreConcepts,
title: '0x Cheat Sheet',
url: constants.URL_SANDBOX,
},
{
title: 'API Explorer',
url: WebsitePaths.DocsApiExplorer,
title: 'Code Sandbox',
url: constants.URL_SANDBOX,
},
{
title: 'Guides',
url: WebsitePaths.DocsGuides,
title: 'ZEIPs: 0x Improvement Proposals',
url: constants.URL_ZEIP_REPO,
},
{
title: 'Tools',
url: WebsitePaths.DocsTools,
title: 'Relayer Registry',
url: constants.URL_RELAYER_REGISTRY,
},
];