mirror of https://github.com/zulip/zulip.git
web: Fix links which were missing trailing slashes.
This commit is contained in:
parent
ed97420ffc
commit
eefe147c34
|
@ -49,7 +49,7 @@ client = zulip.Client(
|
|||
If you are working on an integration that you plan to share outside
|
||||
your organization, you can get help picking a good name in
|
||||
`#integrations` in the [Zulip development
|
||||
community](https://zulip.com/development-community).
|
||||
community](https://zulip.com/development-community/).
|
||||
|
||||
## Rate-limiting response headers
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ integration.
|
|||
|
||||
The list of existing webhook integrations can be found in
|
||||
`zerver/lib/integrations.py` (at `WEBHOOK_INTEGRATIONS`) or by browsing
|
||||
the [Integrations documentation](/integrations).
|
||||
the [Integrations documentation](/integrations/).
|
||||
|
||||
Parameters accepted in the URL include:
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ Zulip's
|
|||
### Should I follow this installation guide?
|
||||
|
||||
- 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 Cloud organization](https://zulip.com/new).
|
||||
Zulip development community](https://zulip.com/try-zulip/), or [create a test
|
||||
Zulip Cloud organization](https://zulip.com/new/).
|
||||
|
||||
- If you are deciding between self-hosting Zulip and signing up for [Zulip
|
||||
Cloud](https://zulip.com/plans/), our [self-hosting
|
||||
|
|
|
@ -83,7 +83,7 @@ notifications.
|
|||
> extremely efficiently, and I don’t feel stressed.”
|
||||
>
|
||||
> — Dan Allen, [Asciidoctor](https://asciidoctor.org/) open-source project lead ([case
|
||||
> study](/case-studies/asciidoctor))
|
||||
> study](/case-studies/asciidoctor/))
|
||||
|
||||
<br />
|
||||
|
||||
|
@ -100,7 +100,7 @@ discussions asynchronously without interrupting their flow.
|
|||
>
|
||||
> — Josh Triplett, [Rust Language
|
||||
> team](https://www.rust-lang.org/governance/teams/lang) co-lead ([case
|
||||
> study](/case-studies/rust))
|
||||
> study](/case-studies/rust/))
|
||||
|
||||
- **Take advantage of everyone’s expertise.**
|
||||
Zulip’s topics make it easy to pick up a conversation thread hours (or days!)
|
||||
|
@ -127,7 +127,7 @@ reference.
|
|||
> can meaningfully know what’s going on.”
|
||||
>
|
||||
> — Gaute Lund, co-founder of iDrift AS company ([case
|
||||
> study](/case-studies/idrift))
|
||||
> study](/case-studies/idrift/))
|
||||
|
||||
<br />
|
||||
|
||||
|
@ -172,4 +172,4 @@ from emails, docs, issue trackers, code comments, or anywhere else.
|
|||
> decisions we’ve made.”
|
||||
>
|
||||
> — 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/))
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
We recommend that
|
||||
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
|
||||
<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
|
||||
session.
|
||||
</span>
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
<div class="top-menu-mobile-submenu">
|
||||
<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/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/security/">Security</a></li>
|
||||
<li class="top-menu-submenu-list-item"><a href="https://zulip.com/integrations/">Integrations</a></li>
|
||||
|
|
Loading…
Reference in New Issue