Skip to content
Snippets Groups Projects
Commit f59fb18b authored by RK's avatar RK
Browse files

Removal of links to Bluepaper and SMT Whitepaper that do not exist and correct link for Whitepaper

parent 5910fa42
No related branches found
No related tags found
2 merge requests!131Develop,!128Removal of links to Bluepaper and SMT Whitepaper that do not exist and correct link for Whitepaper
......@@ -128,6 +128,7 @@ const SidePanel = ({
label: tt('navigation.api_docs'),
link: 'https://developers.hive.io/',
},
/*
{
label: tt('navigation.bluepaper'),
link: 'https://hive.io/hive-bluepaper.pdf',
......@@ -136,9 +137,10 @@ const SidePanel = ({
label: tt('navigation.smt_whitepaper'),
link: 'https://hive.io/hive-smt-whitepaper.pdf',
},
*/
{
label: tt('navigation.whitepaper'),
link: 'https://hive.io/hive-whitepaper.pdf',
link: 'https://hive.io/whitepaper.pdf',
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment