diff options
author | raoulb <raoulb@users.noreply.github.com> | 2020-09-30 22:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 16:59:30 -0400 |
commit | a43cf283de6ab2537adda528de17d39313c38a40 (patch) | |
tree | c3d3bf97c0d00085180ae5de1069f4c84b7a7f17 | |
parent | 7670a9db105fc3990b9f162e7b104b02ad158c10 (diff) | |
download | gitea-a43cf283de6ab2537adda528de17d39313c38a40.tar.gz gitea-a43cf283de6ab2537adda528de17d39313c38a40.zip |
Fix hugo shortcode typo in faq (#12987)
* Fix hugo shortcode typo in faq
* Switch to using language tags
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 2 | ||||
-rw-r--r-- | docs/content/doc/usage/fail2ban-setup.en-us.md (renamed from docs/content/doc/usage/fail2ban-setup.md) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index e265793f23..7a7044f61c 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -162,7 +162,7 @@ At some point, a customer or third party needs access to a specific repo and onl ### Enable Fail2ban -Use [Fail2Ban]({{ relref "doc/usage/fail2ban-setup.md" >}}) to monitor and stop automated login attempts or other malicious behavior based on log patterns +Use [Fail2Ban]({{< relref "doc/usage/fail2ban-setup.en-us.md" >}}) to monitor and stop automated login attempts or other malicious behavior based on log patterns ## How to add/use custom themes Gitea supports two official themes right now, `gitea` and `arc-green` (`light` and `dark` respectively) diff --git a/docs/content/doc/usage/fail2ban-setup.md b/docs/content/doc/usage/fail2ban-setup.en-us.md index 59f4db2f11..59f4db2f11 100644 --- a/docs/content/doc/usage/fail2ban-setup.md +++ b/docs/content/doc/usage/fail2ban-setup.en-us.md |