Skip to content

Commit

Permalink
MODIFY: Changed links in index_template
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Steenari <[email protected]>
  • Loading branch information
jupste committed Mar 16, 2021
1 parent a0681fd commit 44c0d0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webui/templates/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
<div class="col-md-8">
<div id="menu">
<ul>
<li><a href="https://hdl.handle.net/11304/e43b2e3f-83c5-4e3f-b8b7-18d38d37a6cd">EUDAT Service ToU</a></li>
<li><a href="https://hdl.handle.net/11304/e43b2e3f-83c5-4e3f-b8b7-18d38d37a6cd">Terms of Use</a></li>
<li><a href="https://www.eudat.eu/eudat-cdi-aup">Acceptable Use Policy </a></li>
<li><a href="https://eudat.eu/privacy-policy-summary">Data Privacy Statement</a></li>
<li><a href="https://eudat.eu/what-eudat">About EUDAT</a></li>
</ul>
Expand Down Expand Up @@ -93,7 +92,7 @@
</div>
</div>
</div>
<script type="text/javascript" src=<%= htmlWebpackPlugin.files.js %>></script>
<script type="text/javascript" src="/<%=htmlWebpackPlugin.files.js %>"></script>

</body>
</html>

0 comments on commit 44c0d0a

Please sign in to comment.