docs: admin: installation fix broken link

Fixes: https://codeberg.org/forgejo/website/issues/324
This commit is contained in:
Earl Warren 2023-08-03 18:21:09 +02:00 committed by Caesar Schinas
parent 9af05bfb01
commit 85a71e3c09
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -334,7 +334,7 @@ The following changes are recommended if dealing with many large files:
PROTOCOL = sendmail
FROM = "Forgejo Git" <noreply@yourdomain.com>
```
- 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