From c042008b70bf1ce1007b0c6c1482158ba2a4cd19 Mon Sep 17 00:00:00 2001 From: Kyle Johnston Date: Sat, 20 Feb 2021 10:47:59 -0500 Subject: [PATCH] Fix broken link to main.go --- src/docs/markdown/v2-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/v2-upgrade.md b/src/docs/markdown/v2-upgrade.md index 0a004fa..93ffdf8 100644 --- a/src/docs/markdown/v2-upgrade.md +++ b/src/docs/markdown/v2-upgrade.md @@ -390,7 +390,7 @@ If you want to write a plugin for Caddy 2, [learn how to write a Caddy module](/ ### Building Caddy 2 with plugins -Caddy 2 can be downloaded with plugins at the [interactive download page](https://caddyserver.com/download). Alternatively, you can use our [builder tool](https://github.com/caddyserver/xcaddy) to compile Caddy 2 with plugins yourself. It simply automates the instructions in Caddy's [main.go](https://github.com/caddyserver/caddy/blob/v2/cmd/caddy/main.go) file. +Caddy 2 can be downloaded with plugins at the [interactive download page](https://caddyserver.com/download). Alternatively, you can use our [builder tool](https://github.com/caddyserver/xcaddy) to compile Caddy 2 with plugins yourself. It simply automates the instructions in Caddy's [main.go](https://github.com/caddyserver/caddy/blob/master/cmd/caddy/main.go) file. ## Getting help