website: Format hyperlink inside HTML literal

This commit is contained in:
Phillip Markert 2014-06-17 09:52:14 -04:00
parent 339edd722b
commit 6ff3bf39f1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ requires an operator to intervene, but is straightforward.
<div class="alert alert-block alert-warning">
This page covers recovery from Consul becoming unavailable due to a majority
of server nodes in a datacenter being lost. If you are just looking to
add or remove a server [see this page](/docs/guides/servers.html).
add or remove a server <a href="/docs/guides/servers.html">see this page</a>.
</div>
If you had only a single server and it has failed, simply restart it.