Outage recovery link fix (#16365)

This commit is contained in:
Phil Renaud 2023-03-07 15:52:26 -05:00 committed by GitHub
parent 32f8ca6ce3
commit 54bb97f299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.changelog/16365.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: fixed outbound link to outage recovery on error page
```

View File

@ -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}}