Skip to content

Commit 4d22e24

Browse files
authored
Fix incorrect generated link in documentation page (#14112)
1 parent c236fe2 commit 4d22e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The front page, a repository view or issue list is dynamic content.
6060

6161
Nginx can serve static resources directly and proxy only the dynamic requests to gitea.
6262
Nginx is optimized for serving static content, while the proxying of large responses might be the opposite of that
63-
(see https://serverfault.com/q/587386).
63+
(see [https://serverfault.com/q/587386](https://serverfault.com/q/587386)).
6464

6565
Download a snapshot of the Gitea source repository to `/path/to/gitea/`.
6666
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.

0 commit comments

Comments
 (0)