aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorDonlon <iDonlon@hotmail.com>2020-12-22 23:54:12 +0800
committerGitHub <noreply@github.com>2020-12-22 15:54:12 +0000
commit4d22e2423ffbf3067349c8d0fad4967e5f6b9706 (patch)
treef2cec21b06a26bd152f071823c6c730e2c846463 /docs/content
parentc236fe2f1061214661f5c132f568fd7f5ebaa2db (diff)
downloadgitea-4d22e2423ffbf3067349c8d0fad4967e5f6b9706.tar.gz
gitea-4d22e2423ffbf3067349c8d0fad4967e5f6b9706.zip
Fix incorrect generated link in documentation page (#14112)
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/usage/reverse-proxies.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md
index 714e912d8f..74e39039d7 100644
--- a/docs/content/doc/usage/reverse-proxies.en-us.md
+++ b/docs/content/doc/usage/reverse-proxies.en-us.md
@@ -60,7 +60,7 @@ The front page, a repository view or issue list is dynamic content.
Nginx can serve static resources directly and proxy only the dynamic requests to gitea.
Nginx is optimized for serving static content, while the proxying of large responses might be the opposite of that
-(see https://serverfault.com/q/587386).
+(see [https://serverfault.com/q/587386](https://serverfault.com/q/587386)).
Download a snapshot of the Gitea source repository to `/path/to/gitea/`.
After this, run `make frontend` in the repository directory to generate the static resources. We are only interested in the `public/` directory for this task, so you can delete the rest.