From 1058904a693b23c2f202287fb1da4db521910c05 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 8 May 2017 11:43:14 -0600 Subject: [PATCH] Update link to forum --- Writing-a-Plugin:-Server-Type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing-a-Plugin:-Server-Type.md b/Writing-a-Plugin:-Server-Type.md index 3f99a01..4c806f4 100644 --- a/Writing-a-Plugin:-Server-Type.md +++ b/Writing-a-Plugin:-Server-Type.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!** Caddy ships with an HTTP server, but you can implement other server types and plug them into Caddy. Other server types could be SSH, SFTP, TCP, something else used internally, etc.