web: Fix links which were missing trailing slashes.

This commit is contained in:
Alex Vandiver 2024-01-11 21:13:43 +00:00 committed by Tim Abbott
parent ed97420ffc
commit eefe147c34
6 changed files with 10 additions and 10 deletions

View File

@ -49,7 +49,7 @@ client = zulip.Client(
If you are working on an integration that you plan to share outside If you are working on an integration that you plan to share outside
your organization, you can get help picking a good name in your organization, you can get help picking a good name in
`#integrations` in the [Zulip development `#integrations` in the [Zulip development
community](https://zulip.com/development-community). community](https://zulip.com/development-community/).
## Rate-limiting response headers ## Rate-limiting response headers

View File

@ -166,7 +166,7 @@ integration.
The list of existing webhook integrations can be found in The list of existing webhook integrations can be found in
`zerver/lib/integrations.py` (at `WEBHOOK_INTEGRATIONS`) or by browsing `zerver/lib/integrations.py` (at `WEBHOOK_INTEGRATIONS`) or by browsing
the [Integrations documentation](/integrations). the [Integrations documentation](/integrations/).
Parameters accepted in the URL include: Parameters accepted in the URL include:

View File

@ -12,8 +12,8 @@ Zulip's
### Should I follow this installation guide? ### Should I follow this installation guide?
- If you would like to try out Zulip, you can start by [checking it out in the - If you would like to try out Zulip, you can start by [checking it out in the
Zulip development community](https://zulip.com/try-zulip), or [create a test Zulip development community](https://zulip.com/try-zulip/), or [create a test
Zulip Cloud organization](https://zulip.com/new). Zulip Cloud organization](https://zulip.com/new/).
- If you are deciding between self-hosting Zulip and signing up for [Zulip - If you are deciding between self-hosting Zulip and signing up for [Zulip
Cloud](https://zulip.com/plans/), our [self-hosting Cloud](https://zulip.com/plans/), our [self-hosting

View File

@ -83,7 +83,7 @@ notifications.
> extremely efficiently, and I dont feel stressed.” > extremely efficiently, and I dont feel stressed.”
> >
> — Dan Allen, [Asciidoctor](https://asciidoctor.org/) open-source project lead ([case > — Dan Allen, [Asciidoctor](https://asciidoctor.org/) open-source project lead ([case
> study](/case-studies/asciidoctor)) > study](/case-studies/asciidoctor/))
<br /> <br />
@ -100,7 +100,7 @@ discussions asynchronously without interrupting their flow.
> >
> — Josh Triplett, [Rust Language > — Josh Triplett, [Rust Language
> team](https://www.rust-lang.org/governance/teams/lang) co-lead ([case > team](https://www.rust-lang.org/governance/teams/lang) co-lead ([case
> study](/case-studies/rust)) > study](/case-studies/rust/))
- **Take advantage of everyones expertise.** - **Take advantage of everyones expertise.**
Zulips topics make it easy to pick up a conversation thread hours (or days!) Zulips topics make it easy to pick up a conversation thread hours (or days!)
@ -127,7 +127,7 @@ reference.
> can meaningfully know whats going on.” > can meaningfully know whats going on.”
> >
> — Gaute Lund, co-founder of iDrift AS company ([case > — Gaute Lund, co-founder of iDrift AS company ([case
> study](/case-studies/idrift)) > study](/case-studies/idrift/))
<br /> <br />
@ -172,4 +172,4 @@ from emails, docs, issue trackers, code comments, or anywhere else.
> decisions weve made.” > decisions weve made.”
> >
> — Nick Bergson-Shilcock, [Recurse Center](https://www.recurse.com/) co-founder > — Nick Bergson-Shilcock, [Recurse Center](https://www.recurse.com/) co-founder
> and CEO ([case study](/case-studies/recurse-center)) > and CEO ([case study](/case-studies/recurse-center/))

View File

@ -188,7 +188,7 @@
We recommend that We recommend that
you <a class="webathena_login">give Zulip the ability to mirror the messages for you via you <a class="webathena_login">give Zulip the ability to mirror the messages for you via
Webathena</a>. If you'd prefer, you can instead Webathena</a>. If you'd prefer, you can instead
<a href="/zephyr-mirror" target="_blank" rel="noopener noreferrer">run the <a href="/zephyr-mirror/" target="_blank" rel="noopener noreferrer">run the
Zephyr mirror script yourself</a> in a screen Zephyr mirror script yourself</a> in a screen
session. session.
</span> </span>

View File

@ -170,7 +170,7 @@
<div class="top-menu-mobile-submenu"> <div class="top-menu-mobile-submenu">
<ul class="top-menu-submenu-list"> <ul class="top-menu-submenu-list">
<li class="top-menu-submenu-list-item"><a href="https://zulip.com">Home</a></li> <li class="top-menu-submenu-list-item"><a href="https://zulip.com">Home</a></li>
<li class="top-menu-submenu-list-item"><a href="https://zulip.com/why-zulip">Why Zulip</a></li> <li class="top-menu-submenu-list-item"><a href="https://zulip.com/why-zulip/">Why Zulip</a></li>
<li class="top-menu-submenu-list-item"><a href="https://zulip.com/features/">Features</a></li> <li class="top-menu-submenu-list-item"><a href="https://zulip.com/features/">Features</a></li>
<li class="top-menu-submenu-list-item"><a href="https://zulip.com/security/">Security</a></li> <li class="top-menu-submenu-list-item"><a href="https://zulip.com/security/">Security</a></li>
<li class="top-menu-submenu-list-item"><a href="https://zulip.com/integrations/">Integrations</a></li> <li class="top-menu-submenu-list-item"><a href="https://zulip.com/integrations/">Integrations</a></li>