diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-12-31 22:51:55 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-12-31 22:51:55 -0700 |
commit | 3d9f8eac08e172d99eafb396f161263fd444c073 (patch) | |
tree | 747de0d1ee29c819a61ec4d2a2dfc723f6732a7b /cmd | |
parent | 06ea0a52950ef6d1dd327c10e247ada1b71a5c5d (diff) |
Couple of minor fixes, update readme
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/commandfuncs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/commandfuncs.go b/cmd/commandfuncs.go index 2d8e9d8..7d88e00 100644 --- a/cmd/commandfuncs.go +++ b/cmd/commandfuncs.go @@ -498,7 +498,7 @@ func cmdValidateConfig(fl Flags) (int, error) { func cmdHelp(fl Flags) (int, error) { const fullDocs = `Full documentation is available at: -https://github.com/caddyserver/caddy/wiki/v2:-Documentation` +https://caddyserver.com/docs/command-line` args := fl.Args() if len(args) == 0 { |