mirror of https://github.com/zulip/zulip.git
web: Save a 301 redirect from /security to /security/.
This commit is contained in:
parent
3e307781dd
commit
8da1c51a06
|
@ -147,7 +147,7 @@
|
|||
<section>
|
||||
<h2>And everything else you need…</h2>
|
||||
|
||||
<a class="feature-block" href="/security" target="_blank" rel="noopener noreferrer">
|
||||
<a class="feature-block" href="/security/" target="_blank" rel="noopener noreferrer">
|
||||
<h3>ENTERPRISE-GRADE SECURITY</h3>
|
||||
<p>
|
||||
Zulip is used by some of the most security-conscious
|
||||
|
|
|
@ -78,6 +78,6 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
|
|||
"http://localhost:9981/for/business/",
|
||||
"http://localhost:9981/for/communities/",
|
||||
"http://localhost:9981/for/research/",
|
||||
"http://localhost:9981/security",
|
||||
"http://localhost:9981/security/",
|
||||
]
|
||||
deny_domains: List[str] = []
|
||||
|
|
Loading…
Reference in New Issue