From e92a346146745fc2816ea4b91c4f4cf8e3f6c9f7 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 8 May 2017 11:42:57 -0600 Subject: [PATCH] Update link to forum --- Writing-a-Plugin:-HTTP-Middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing-a-Plugin:-HTTP-Middleware.md b/Writing-a-Plugin:-HTTP-Middleware.md index 02203fc..e9ed623 100644 --- a/Writing-a-Plugin:-HTTP-Middleware.md +++ b/Writing-a-Plugin:-HTTP-Middleware.md @@ -1,4 +1,4 @@ -**[Join the Caddy Community Forum](https://forum.caddyserver.com) to chat with other Caddy developers!** +**[Join the Caddy Community Forum](https://caddy.community) to chat with other Caddy developers!** This page describes how to write a plugin that adds middleware to the HTTP server.