docs: Update links for renamed securing-your-zulip-server doc.

This commit is contained in:
Lauryn Menard
2025-09-30 16:56:14 +02:00
committed by Tim Abbott
parent 4192d46a0e
commit e4b425c083
5 changed files with 7 additions and 7 deletions

View File

@@ -32,6 +32,6 @@ reason to run older major releases.
See also our documentation on the [Zulip release
lifecycle][release-lifecycle].
[securing-your-zulip-server]: https://zulip.readthedocs.io/en/latest/production/security-model.html
[securing-your-zulip-server]: https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html
[upgrades]: https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-to-a-release
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html

View File

@@ -77,5 +77,5 @@ When the Zulip server has configured multiple rate limits that apply
to a given request, the values returned will be for the strictest
limit.
[rate-limiting-rules]: https://zulip.readthedocs.io/en/latest/production/security-model.html#rate-limiting
[rate-limiting-rules]: https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#rate-limiting
[integrations-channel]: https://chat.zulip.org/#narrow/channel/127-integrations/

View File

@@ -1164,7 +1164,7 @@
</tr>
<tr>
<td class="comparison-table-feature">
<a href="https://zulip.readthedocs.io/en/latest/production/security-model.html#passwords">
<a href="https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#passwords">
Custom password strength requirement
</a>
</td>
@@ -1289,7 +1289,7 @@
</tr>
<tr>
<td class="comparison-table-feature">
<a href="https://zulip.readthedocs.io/en/latest/production/security-model.html#rate-limiting">
<a href="https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#rate-limiting">
API endpoint access rate limits
</a>
</td>

View File

@@ -82,7 +82,7 @@ priority.
- Zulip uses the zxcvbn password strength checker by default, and supports
customizing users password strength requirements. See our documentation
on
[password strength](https://zulip.readthedocs.io/en/latest/production/security-model.html#passwords)
[password strength](https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#passwords)
for more detail.
- Users can rotate their accounts credentials, blocking further access from
any compromised Zulip credentials. With Zulip on-premise, server
@@ -165,4 +165,4 @@ by security researchers outside the company.
## Further reading
- Detailed
[security model documentation](https://zulip.readthedocs.io/en/latest/production/security-model.html)
[security model documentation](https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html)

View File

@@ -789,7 +789,7 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
# SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
## Password strength requirements; learn about configuration at
## https://zulip.readthedocs.io/en/latest/production/security-model.html.
## https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html.
# PASSWORD_MIN_LENGTH = 6
# PASSWORD_MAX_LENGTH = 100
# PASSWORD_MIN_GUESSES = 10000