web: Save a needless 301 redirect from /integrations to /integrations/.

This commit is contained in:
Alex Vandiver
2023-03-23 02:47:14 +00:00
committed by Tim Abbott
parent 5967dda35d
commit a1570ff3dd
26 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ Zulip:
* Adding an incoming webhook integration (detailed on this page),
where all the logic for formatting the Zulip messages lives in the
Zulip server. This is how most of [Zulip's official
integrations](/integrations) work, because they enable Zulip to
integrations](/integrations/) work, because they enable Zulip to
support third-party services that just have an "outgoing webhook"
feature (without the third party needing to do any work specific to
Zulip).