Skip to content

Commit

Permalink
Outage recovery link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Mar 7, 2023
1 parent 6f52a91 commit 097a0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/16365.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: fixed outbound link to outage recovery on error page
```
2 changes: 1 addition & 1 deletion ui/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<h1 data-test-error-title class="title is-spaced">No Cluster Leader</h1>
<p data-test-error-message class="subtitle">
The cluster has no leader.
<a href="https://www.nomadproject.io/guides/outage.html">
<a href="https://developer.hashicorp.com/nomad/tutorials/manage-clusters/outage-recovery">
Read about Outage Recovery.</a>
</p>
{{else if this.isOTTExchange}}
Expand Down

0 comments on commit 097a0bc

Please sign in to comment.