Browse Source

Merge pull request #4169 from rskrishnar/adds-a-link-to-agent-config-options

adds link to agent config options from basic.html
pull/4193/head
Jack Pearkes 7 years ago committed by GitHub
parent
commit
3bba8b9805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/source/docs/agent/basics.html.md

2
website/source/docs/agent/basics.html.md

@ -25,7 +25,7 @@ of their own.
The agent is started with the [`consul agent`](/docs/commands/agent.html) command. This
command blocks, running forever or until told to quit. The agent command takes a variety
of configuration options, but most have sane defaults.
of [`configuration options`](/docs/agent/options.html#command-line-options), but most have sane defaults.
When running [`consul agent`](/docs/commands/agent.html), you should see output similar to this:

Loading…
Cancel
Save