From 90b351bd03b57fb283e285b7243735c1bbf7719c Mon Sep 17 00:00:00 2001
From: Sommerregen <sommerregen@users.noreply.github.com>
Date: Wed, 7 Dec 2016 14:57:51 +0100
Subject: [PATCH] Fix broken glossary link in NOMAD Meta Info webpage

---
 webservice/src/main/resources/frontend/views/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/src/main/resources/frontend/views/header.html b/webservice/src/main/resources/frontend/views/header.html
index cd547862..f9f96b37 100644
--- a/webservice/src/main/resources/frontend/views/header.html
+++ b/webservice/src/main/resources/frontend/views/header.html
@@ -7,7 +7,7 @@
                     <a href="http://www.nomad-coe.eu/"><img src="images/nomadlarge.png" alt="NOMAD" style="width:200px;height:87px;hover:none"></a>
                     <a href="info.html">NOMAD Meta Info</a>
                     <!--<a href="static/glossary.html"><img src="images/info.png" alt="Glossary" style="width:20px;height:20px;hover:none"></a>-->
-                    <a href="static/glossary.html"><i class="material-icons md-light-30" alt="Glossary">help</i></a>
+                    <a href="static/metainfo.html"><i class="material-icons md-light-30" alt="A short guide about the NOMAD Meta Info">help</i></a>
                     <a href="info.html"><i class="material-icons md-light-30" alt="Info">info</i></a>
                     <a href="#/common/section_single_configuration_calculation"><i class="material-icons md-light-30" alt="Home">home</i></a>
                     <!--<i class="material-icons">&#xE887;</i>-->
-- 
GitLab