From a022dfcb32246274adc8fb383882353c056d1da3 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 24 Feb 2015 20:29:41 -0500 Subject: [PATCH] Be consistent in docs about Consul Replicate vs consul-replicate --- website/source/docs/agent/http/kv.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/kv.html.markdown b/website/source/docs/agent/http/kv.html.markdown index 3e79578c6e..3e8a18f174 100644 --- a/website/source/docs/agent/http/kv.html.markdown +++ b/website/source/docs/agent/http/kv.html.markdown @@ -22,7 +22,7 @@ By default, the datacenter of the agent is queried; however, the dc can be provi using the "?dc=" query parameter. It is important to note that each datacenter has its own KV store, and there is no built-in replication between datacenters. If you are interested in replication between datacenters, look at the -[consul-replicate project](https://github.com/hashicorp/consul-replicate). +[Consul Replicate project](https://github.com/hashicorp/consul-replicate). The KV endpoint supports the use of ACL tokens.