docs: Link to https://golang.org/doc/install, better instructions

This commit is contained in:
Francis Lavoie 2021-02-20 10:12:32 -05:00
parent 49f13c098e
commit 01126416c2
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ title: "Build from source"
Requirements: Requirements:
- [Go](https://golang.org/dl) 1.15 or newer - [Go](https://golang.org/doc/install) 1.15 or newer
Clone the repository: Clone the repository:

View file

@ -9,7 +9,7 @@ Caddy is easy to extend because of its modular architecture. Most kinds of Caddy
**Prerequisites:** **Prerequisites:**
- Basic understanding of [Caddy's architecture](/docs/architecture) - Basic understanding of [Caddy's architecture](/docs/architecture)
- Go language proficiency - Go language proficiency
- [`go`](https://golang.org/dl) - [`go`](https://golang.org/doc/install)
- [`xcaddy`](https://github.com/caddyserver/xcaddy) - [`xcaddy`](https://github.com/caddyserver/xcaddy)