KEYCLOAK-1859 Invalid "Go to the home page" link on the "Resource not found" page
This commit is contained in:
parent
e5d404fdb3
commit
14646781ad
1 changed files with 1 additions and 1 deletions
|
@ -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 »</a>
|
||||
<a href="#/" class="link-right">Go to the home page »</a>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue