diff --git a/src/docs/markdown/build.md b/src/docs/markdown/build.md index cb7771b..15fab8c 100644 --- a/src/docs/markdown/build.md +++ b/src/docs/markdown/build.md @@ -6,7 +6,7 @@ title: "Build from source" Requirements: -- [Go](https://golang.org/dl) 1.15 or newer +- [Go](https://golang.org/doc/install) 1.15 or newer Clone the repository: diff --git a/src/docs/markdown/extending-caddy.md b/src/docs/markdown/extending-caddy.md index b5c36f3..ce4f261 100644 --- a/src/docs/markdown/extending-caddy.md +++ b/src/docs/markdown/extending-caddy.md @@ -9,7 +9,7 @@ Caddy is easy to extend because of its modular architecture. Most kinds of Caddy **Prerequisites:** - Basic understanding of [Caddy's architecture](/docs/architecture) - Go language proficiency -- [`go`](https://golang.org/dl) +- [`go`](https://golang.org/doc/install) - [`xcaddy`](https://github.com/caddyserver/xcaddy)