KEYCLOAK-1859 Invalid "Go to the home page" link on the "Resource not found" page

This commit is contained in:
Stian Thorgersen 2015-10-09 13:45:20 +02:00
parent e5d404fdb3
commit 14646781ad

View file

@ -2,6 +2,6 @@
<div class="error-container">
<h2>Resource <strong>not found</strong>...</h2>
<p class="instruction">We could not find the resource you are looking for. Please make sure the URL you entered is correct.</p>
<a href="#" class="link-right">Go to the home page &raquo;</a>
<a href="#/" class="link-right">Go to the home page &raquo;</a>
</div>
</div>