Skip to content
Snippets Groups Projects
Commit 28d65250 authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'sidemenu-link-fix' into 'develop'

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

See merge request !128
parents 5910fa42 f59fb18b
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