Use updated ACL guide URL instead

This commit is contained in:
Brian Shumate 2017-05-05 11:43:06 -04:00
parent 601ca89516
commit 5b4cf71b38
No known key found for this signature in database
GPG Key ID: B2E211633F870928
1 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
<div class="text-center vertical-center">
<p class="bold">ACLs Disabled</p>
<p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p>
</p>Learn more in the <a href="https://www.consul.io/docs/internals/acl.html" target="_blank">ACL documentation</a>.</p>
</p>Learn more in the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation</a>.</p>
</div>
</div>
</div>
@ -672,7 +672,7 @@
<div class="form-group">
<label>Rules</label>
{{ textarea value=newAcl.Rules class="form-control" }}
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/internals/acl.html" target="_blank">ACL documentation.</a></span>
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation.</a></span>
</div>
<button {{ action "createAcl"}} {{ bind-attr class=":btn :btn-success" }}>Create</button>
@ -718,7 +718,7 @@
<div class="form-group">
<label>Rules</label>
{{ textarea value=model.Rules class="form-control" }}
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/internals/acl.html" target="_blank">ACL documentation.</a></span>
<span class="help-block">For more information on rules, visit the <a href="https://www.consul.io/docs/guides/acl.html" target="_blank">ACL documentation.</a></span>
</div>
<button {{ action "updateAcl"}} {{ bind-attr class=":btn :btn-success" }}>Update</button>