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

This commit is contained in:
Alex Vandiver 2023-03-23 02:50:34 +00:00 committed by Tim Abbott
parent eb81e62eaa
commit bf06d493ee
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ contributors, and more than 75 with 100+ commits." %}
leadership, Zulip is built by an incredible
distributed community of developers from all
around the world. You can read about
the <a href="/history">project's history</a> if
the <a href="/history/">project's history</a> if
you want to learn more about Zulip's origins.
</p>
<p>

View File

@ -65,7 +65,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
name = "portico_documentation_crawler"
start_urls = [
"http://localhost:9981/hello/",
"http://localhost:9981/history",
"http://localhost:9981/history/",
"http://localhost:9981/plans",
"http://localhost:9981/team",
"http://localhost:9981/apps",