commit 56fe12449ab088dcbd724eb1da29daa7baabe7c9 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Dec 21 14:13:26 2016 +0100
Fix two contact links. --- website/web/WEB-INF/bottom.jsp | 2 +- website/web/WEB-INF/index.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/web/WEB-INF/bottom.jsp b/website/web/WEB-INF/bottom.jsp index 5549cc8..0592228 100644 --- a/website/web/WEB-INF/bottom.jsp +++ b/website/web/WEB-INF/bottom.jsp @@ -9,7 +9,7 @@ <div class="col-xs-6"> <p class="pull-right">
- <a href="?page=about#contact">Contact</a> + <a href="about.html#contact">Contact</a>
</p> </div> diff --git a/website/web/WEB-INF/index.jsp b/website/web/WEB-INF/index.jsp index e55b389..c6535fb 100644 --- a/website/web/WEB-INF/index.jsp +++ b/website/web/WEB-INF/index.jsp @@ -30,7 +30,7 @@ </div>
<div class="container"> - <p><a href="?page=about&sub=contact" target="_blank">Let us know</a> if we're missing anything, or if we should measure something else.</p> + <p><a href="about.html#contact">Let us know</a> if we're missing anything, or if we should measure something else.</p> </div>
<jsp:include page="bottom.jsp"/>