mirror of https://github.com/zulip/zulip.git
web: Save a needless 301 redirect from /history to /history/.
This commit is contained in:
parent
eb81e62eaa
commit
bf06d493ee
|
@ -77,7 +77,7 @@ contributors, and more than 75 with 100+ commits." %}
|
||||||
leadership, Zulip is built by an incredible
|
leadership, Zulip is built by an incredible
|
||||||
distributed community of developers from all
|
distributed community of developers from all
|
||||||
around the world. You can read about
|
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.
|
you want to learn more about Zulip's origins.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -65,7 +65,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
|
||||||
name = "portico_documentation_crawler"
|
name = "portico_documentation_crawler"
|
||||||
start_urls = [
|
start_urls = [
|
||||||
"http://localhost:9981/hello/",
|
"http://localhost:9981/hello/",
|
||||||
"http://localhost:9981/history",
|
"http://localhost:9981/history/",
|
||||||
"http://localhost:9981/plans",
|
"http://localhost:9981/plans",
|
||||||
"http://localhost:9981/team",
|
"http://localhost:9981/team",
|
||||||
"http://localhost:9981/apps",
|
"http://localhost:9981/apps",
|
||||||
|
|
Loading…
Reference in New Issue