From 49cc18e096e30a910761c5a921e7dae594d85612 Mon Sep 17 00:00:00 2001 From: dosenpils Date: Wed, 21 Jan 2026 01:55:21 +0000 Subject: [PATCH] fixed broken link (#322) There's a broken link in the documentation in the chapter [Use environment variables to setup Gitea](https://docs.gitea.com/administration/config-cheat-sheet#use-environment-variables-to-setup-gitea) (Docs >> Administration >> Configuration Cheat Sheet). This pull requests will fix this. Reviewed-on: https://gitea.com/gitea/docs/pulls/322 Reviewed-by: Lunny Xiao Co-authored-by: dosenpils Co-committed-by: dosenpils --- docs/administration/config-cheat-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index 60c17b5e..1a7601ee 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -34,7 +34,7 @@ A full restart is required for Gitea configuration changes to take effect. ## Use environment variables to setup Gitea -There is [environment-to-ini](https://github.com/go-gitea/gitea/tree/main/contrib/environment-to-ini) to help to +There is [environment-to-ini](https://github.com/go-gitea/gitea/blob/main/docker/root/usr/local/bin/environment-to-ini) to help to generate Gitea's `app.ini` from environment variables. ## Default Internal Variables (non-`app.ini` configuration)