From 85a71e3c09c83ccbb19bf90299b2ffdfaee06321 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 3 Aug 2023 18:21:09 +0200 Subject: [PATCH] docs: admin: installation fix broken link Fixes: https://codeberg.org/forgejo/website/issues/324 --- admin/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/installation.md b/admin/installation.md index f2012a5d..5627ab69 100644 --- a/admin/installation.md +++ b/admin/installation.md @@ -334,7 +334,7 @@ The following changes are recommended if dealing with many large files: PROTOCOL = sendmail FROM = "Forgejo Git" ``` -- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](./config-cheat-sheet/) like this: +- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](../config-cheat-sheet/) like this: ```ini [server] HTTP_PORT = 80