From 164d58bec952ca2f8d49871b0df1088a0716de0b Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 23 Mar 2023 03:51:28 +0000 Subject: [PATCH] web: Save a 301 redirect from /help to /help/. --- docs/index.md | 2 +- docs/overview/architecture-overview.md | 2 +- docs/translating/internationalization.md | 2 +- templates/zerver/footer.html | 4 ++-- templates/zerver/landing_nav.html | 2 +- .../documentation_crawler/spiders/check_help_documentation.py | 4 ++-- web/templates/gear_menu.hbs | 2 +- zerver/tests/test_urls.py | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3f34bb8832..10af57c285 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ Welcome! Zulip's documentation is split into four parts: -- [Help center documentation](https://zulip.com/help), for users and +- [Help center documentation](https://zulip.com/help/), for users and administrators of Zulip organizations. - [Installation documentation](production/install.md), for installing and maintaining a production self-hosted Zulip installation. diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index 67cbe584b1..4f02c12c7a 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -56,7 +56,7 @@ administrators of an organization have a great deal of control over who can register an account, what permissions new users have, etc. For more on security considerations and options, see [the security model section](../production/security-model.md) and the [Zulip Help -Center](https://zulip.com/help). +Center](https://zulip.com/help/). ## Components diff --git a/docs/translating/internationalization.md b/docs/translating/internationalization.md index 272f147619..f306a59e08 100644 --- a/docs/translating/internationalization.md +++ b/docs/translating/internationalization.md @@ -13,7 +13,7 @@ principles are important in how we think about internationalization: tagged for translation in both [HTML templates](#html-templates) and code, and our linters attempt to enforce this. There are some exceptions: we don't tag strings in Zulip's landing pages - (e.g. /features/) and other documentation (e.g. /help) for + (e.g. /features/) and other documentation (e.g. /help/) for translation at this time (though we do aim for those pages to be usable with tools like Google Translate). - Translating all the strings in Zulip for a language and maintaining diff --git a/templates/zerver/footer.html b/templates/zerver/footer.html index b5fef8b732..328ba87739 100644 --- a/templates/zerver/footer.html +++ b/templates/zerver/footer.html @@ -38,7 +38,7 @@