diff options
author | Matthew Holt <[email protected]> | 2020-04-10 09:19:03 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-04-10 09:19:03 -0600 |
commit | d3383ced2abb8dfb36e56fa9bbe3136a2a379281 (patch) | |
tree | 6acee3597a4539e715263cf9d3f6cdd5244e0394 | |
parent | c024ae096dc44aaaf9c588e329f28d07f4ea94fa (diff) | |
download | caddy-d3383ced2abb8dfb36e56fa9bbe3136a2a379281.tar.gz caddy-d3383ced2abb8dfb36e56fa9bbe3136a2a379281.zip |
Update link in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ - Can coordinate with other Caddy instances in a cluster - **Stays up when other servers go down** due to TLS/OCSP/certificate-related issues - **HTTP/1.1, HTTP/2, and experimental HTTP/3** support -- **Highly extensible** [modular architecture](https://caddyserver.com/docs/extending-caddy) lets Caddy do anything without bloat +- **Highly extensible** [modular architecture](https://caddyserver.com/docs/architecture) lets Caddy do anything without bloat - **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** |