Switch out whitepaper with 0x protocol specification

This commit is contained in:
Fabio Berger
2018-12-06 14:10:35 +00:00
parent a699a12161
commit dcad94df4c
9 changed files with 10 additions and 3 deletions

View File

@@ -53,8 +53,8 @@ const usefulLinksToLinkInfo: ALink[] = [
shouldOpenInNewTab: true,
},
{
title: Key.Whitepaper,
to: WebsitePaths.Whitepaper,
title: Key.ProtocolSpecification,
to: constants.URL_PROTOCOL_SPECIFICATION,
shouldOpenInNewTab: true,
},
];