From 16600d498e3bf2d4a8b1b3c8e57f6bdf10cf0e86 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Mon, 23 Feb 2015 14:44:31 -0500 Subject: [PATCH] Website: docs/agent/options.html Fix config-file reference. --- website/source/docs/agent/options.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 1a4810258c..8a544de412 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -85,7 +85,7 @@ The options below are all specified on the command-line. * `-config-dir` - A directory of configuration files to load. Consul will load all files in this directory with the suffix ".json". The load order is alphabetical, and the the same merge routine is used as with the - [`config-file`](config_file) option above. For more information + [`config-file`](#config_file) option above. For more information on the format of the configuration files, see the [Configuration Files](#configuration_files) section. * `-data-dir` - This flag provides a data directory for the agent to store state.