summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-07-02 16:18:35 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-07-02 16:18:35 -0600
commitbed05f2450f98f4adfe71f3ae7d6a09b9883aafa (patch)
tree7689f2fba29d24eb1f5757936a018b983b18ed1a /README.md
parentfdd871e1775d1b6d85de43e8ecf7ddc71a72c503 (diff)
Fix links in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 584736d..2c8b906 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Nearly all of Caddy 2's configuration is contained in a single config document,
`"apps"` is where the magic happens. Currently, Caddy 2 has two apps: `http` and `tls`.
-To learn how to use them, see their respective [wiki pages](TODO).
+To learn how to use them, see their respective [wiki pages](https://github.com/caddyserver/caddy/wiki/v2:-Documentation).
## List of Improvements
@@ -216,7 +216,7 @@ And a few major features still being worked on:
### How do I configure Caddy 2?
-First you need to build a configuration document, which is in JSON. You may wish to write in YAML or TOML and then convert to JSON, that is fine too. The structure is described [in the wiki](TODO).
+First you need to build a configuration document, which is in JSON. You may wish to write in YAML or TOML and then convert to JSON, that is fine too. The structure is described [in the wiki](https://github.com/caddyserver/caddy/wiki/v2:-Documentation).
Once you have your configuration document ready, you need to give it to Caddy. This can be done at startup or while it's running. See the instructions above for how to do this.