summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-12-31 22:51:55 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-12-31 22:51:55 -0700
commit3d9f8eac08e172d99eafb396f161263fd444c073 (patch)
tree747de0d1ee29c819a61ec4d2a2dfc723f6732a7b /cmd
parent06ea0a52950ef6d1dd327c10e247ada1b71a5c5d (diff)
Couple of minor fixes, update readme
Diffstat (limited to 'cmd')
-rw-r--r--cmd/commandfuncs.go2
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 {