From 1e599b3fc118702b757761bf552bc8053cc968a7 Mon Sep 17 00:00:00 2001 From: Raphael Kruse <65403623+rk-mlu@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:47:49 +0200 Subject: [PATCH] Fix a broken link in customizing-gitea.en-us.md (#15543) --- doc/advanced/customizing-gitea.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/customizing-gitea.en-us.md b/doc/advanced/customizing-gitea.en-us.md index 4ca5a428..a07b5f78 100644 --- a/doc/advanced/customizing-gitea.en-us.md +++ b/doc/advanced/customizing-gitea.en-us.md @@ -42,7 +42,7 @@ environment variable; this can be used to override the default path to something `GITEA_CUSTOM` might, for example, be set by an init script. You can check whether the value is set under the "Configuration" tab on the site administration page. -- [List of Environment Variables](https://docs.gitea.io/en-us/specific-variables/) +- [List of Environment Variables](https://docs.gitea.io/en-us/environment-variables/) **Note:** Gitea must perform a full restart to see configuration changes.