From 01126416c2a066f02e2e3baa6d1c452784bc9db1 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sat, 20 Feb 2021 10:12:32 -0500 Subject: [PATCH] docs: Link to https://golang.org/doc/install, better instructions --- src/docs/markdown/build.md | 2 +- src/docs/markdown/extending-caddy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)