diff options
author | Hassan Ila <[email protected]> | 2024-04-06 05:48:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-05 23:48:43 -0400 |
commit | 88d65967b54d857f47385567011e9386a1b6a749 (patch) | |
tree | c7a09572c313f83ad398a1223bf4f9d05cbd5c7a | |
parent | 1c4a80766725de0147190c0ab329c4f634ca7f86 (diff) | |
download | caddy-88d65967b54d857f47385567011e9386a1b6a749.tar.gz caddy-88d65967b54d857f47385567011e9386a1b6a749.zip |
chore: Fix broken links in README.md (#6223)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ </p> -## [Features](https://caddyserver.com/v2) +## [Features](https://caddyserver.com/features) - **Easy configuration** with the [Caddyfile](https://caddyserver.com/docs/caddyfile) - **Powerful configuration** with its [native JSON config](https://caddyserver.com/docs/json/) @@ -75,7 +75,7 @@ - **Runs anywhere** with **no external dependencies** (not even libc) - Written in Go, a language with higher **memory safety guarantees** than other servers - Actually **fun to use** -- So much more to [discover](https://caddyserver.com/v2) +- So much more to [discover](https://caddyserver.com/features) ## Install |