From f8ae6d798706e0aeb29b927d1ffdfc42ab2605e0 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Thu, 13 Jun 2019 23:57:39 +0200 Subject: [PATCH] docs: fix markdown consul operator (#5901) broken markdown --- website/source/docs/commands/operator.html.markdown.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/operator.html.markdown.erb b/website/source/docs/commands/operator.html.markdown.erb index 0356607ef..3f1e75b59 100644 --- a/website/source/docs/commands/operator.html.markdown.erb +++ b/website/source/docs/commands/operator.html.markdown.erb @@ -19,7 +19,7 @@ as interacting with the Raft subsystem. This was added in Consul 0.7. If ACLs are enabled then a token with operator privileges may be required in order to use this command. Requests are forwarded internally to the leader if required, so this can be run from any Consul node in a cluster. See the -[ACL Guide](https://learn.hashicorp.com/consul/security-networking/production-acls for more information. +[ACL Guide](https://learn.hashicorp.com/consul/security-networking/production-acls) for more information. See the [Outage Recovery](https://learn.hashicorp.com/consul/day-2-operations/outage) guide for some examples of how this command is used. For an API to perform these operations programmatically,