From 8a89e1a62f43575fa4e15b8494f75319677cd585 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 17 Sep 2019 16:22:27 +0000 Subject: [PATCH] docs: Add link to config entries --- website/source/docs/agent/config_entries.html.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/agent/config_entries.html.md b/website/source/docs/agent/config_entries.html.md index 6caa6133df..fcd394dccd 100644 --- a/website/source/docs/agent/config_entries.html.md +++ b/website/source/docs/agent/config_entries.html.md @@ -128,12 +128,12 @@ This command will not output anything when the deletion is successful. ### Bootstrapping From A Configuration File -Configuration entries can be bootstrapped by adding them inline to each Consul -server’s configuration file. When a server gains leadership, it will attempt to -initialize the configuration entries. If a configuration entry does not already -exist outside of the servers configuration, then it will create it. If a -configuration entry does exist, that matches both `kind` and `name`, then the -server will do nothing. +Configuration entries can be bootstrapped by adding them [inline to each Consul +server's configuration file](/docs/agent/options.html#config_entries). When a +server gains leadership, it will attempt to initialize the configuration entries. +If a configuration entry does not already exist outside of the servers +configuration, then it will create it. If a configuration entry does exist, that +matches both `kind` and `name`, then the server will do nothing. ## Using Configuration Entries For Service Defaults