docs: Optimize /api links to skip trailing slash redirect.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-02-14 17:42:15 -08:00
committed by Anders Kaseorg
parent e0339715cc
commit 80a6b12690
15 changed files with 15 additions and 15 deletions

View File

@@ -282,7 +282,7 @@
<li>
<div class="list-content">
Build your own integrations with Zulips
easy-to-use <a href="/api">RESTful
easy-to-use <a href="/api/">RESTful
API</a>, <a href="/api/installation-instructions">client
bindings</a>, <a href="/api/incoming-webhooks-overview">incoming
webhooks</a>, <a href="/api/outgoing-webhooks">outgoing

View File

@@ -511,7 +511,7 @@
<li>
<div class="list-content">
Build your own integrations with Zulips
easy-to-use <a href="/api">RESTful
easy-to-use <a href="/api/">RESTful
API</a>, <a href="/api/installation-instructions">client
bindings</a>, <a href="/api/incoming-webhooks-overview">incoming
webhooks</a>, <a href="/api/outgoing-webhooks">outgoing

View File

@@ -238,7 +238,7 @@
</h1>
<p>
<a href="/api/incoming-webhooks-overview">Creating custom integrations</a> is a breeze with
our well-documented <a href="/api">REST API</a>.
our well-documented <a href="/api/">REST API</a>.
</p>
<p>
Zulip makes it easy to

View File

@@ -22,7 +22,7 @@ Get Zulip notifications for your Capistrano deploys!
The `--user` and `--api-key` should be the email and API key of the Zulip
bot created above. You can also put these values in a `~/.zuliprc` file on
your Capistrano machine. See our [API docs](/api) for instructions on
your Capistrano machine. See our [API docs](/api/) for instructions on
creating that file.
!!! tip ""

View File

@@ -53,7 +53,7 @@ To learn more, see the [plugin's README](https://github.com/jenkinsci/zulip-plug
If not, create the stream and make sure you're subscribed to it.
1. Are your API key and email address correct? Test them
using [our curl API](/api).
using [our curl API](/api/).
1. Configure a Jenkins log recorder for **jenkins.plugins.zulip**
and check why your messages fail to send.