diff --git a/templates/corporate/for/communities.md b/templates/corporate/for/communities.md index e23d58bcd1..3e951b158d 100644 --- a/templates/corporate/for/communities.md +++ b/templates/corporate/for/communities.md @@ -29,7 +29,7 @@ inclusion, and making efficient use of everyone’s time. ## Challenges with other communication tools Problems with the Slack/Discord/IRC model, discussed -in detail [here](/why-zulip), are even more important for open communities: +in detail [here](/why-zulip/), are even more important for open communities: - Members of open communities may be scattered all over the world and diff --git a/templates/corporate/for/education.html b/templates/corporate/for/education.html index 053ae4a2bb..cdfc66b51e 100644 --- a/templates/corporate/for/education.html +++ b/templates/corporate/for/education.html @@ -43,7 +43,7 @@

Make Zulip the communication hub for your class.

- Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post lecture notes and announcements, answer students’ questions, and coordinate with teaching staff all in one place. + Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post lecture notes and announcements, answer students’ questions, and coordinate with teaching staff all in one place.

diff --git a/templates/corporate/for/events.html b/templates/corporate/for/events.html index 850f93d5c2..61bec7ac7d 100644 --- a/templates/corporate/for/events.html +++ b/templates/corporate/for/events.html @@ -45,7 +45,7 @@

Make Zulip the communication hub for your event.

- Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post presentations and announcements, host Q&A sessions, and coordinate among organizers. + Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Post presentations and announcements, host Q&A sessions, and coordinate among organizers.

diff --git a/templates/corporate/for/open-source.html b/templates/corporate/for/open-source.html index 7f266c857f..f7f9a0da58 100644 --- a/templates/corporate/for/open-source.html +++ b/templates/corporate/for/open-source.html @@ -48,7 +48,7 @@

Make Zulip the communication hub for your open-source community.

Zulip is the only modern - team chat app that is ideal for both + team chat app that is ideal for both live and asynchronous conversations. Discuss issues, pull requests and feature ideas, engage with users, answer questions, and onboard new contributors. diff --git a/templates/corporate/for/research.html b/templates/corporate/for/research.html index e403c41173..78ae8d3a47 100644 --- a/templates/corporate/for/research.html +++ b/templates/corporate/for/research.html @@ -47,7 +47,7 @@

Make Zulip the communication hub for your research community.

- Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Coordinate with collaborators, post questions and ideas, and learn from others in your field. + Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Coordinate with collaborators, post questions and ideas, and learn from others in your field.

diff --git a/templates/corporate/hello.html b/templates/corporate/hello.html index 705ed8fba9..cb3f1ba1d7 100644 --- a/templates/corporate/hello.html +++ b/templates/corporate/hello.html @@ -134,8 +134,8 @@
- -

Zulip vs Slack →

+ +

Zulip vs Slack →

diff --git a/templates/zerver/landing_nav.html b/templates/zerver/landing_nav.html index 603f2b8971..fb21bff475 100644 --- a/templates/zerver/landing_nav.html +++ b/templates/zerver/landing_nav.html @@ -23,7 +23,7 @@ Home
  • - Why Zulip + Why Zulip
  • Features diff --git a/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py b/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py index ed153b439c..a5f795d652 100644 --- a/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py +++ b/tools/documentation_crawler/documentation_crawler/spiders/check_help_documentation.py @@ -73,7 +73,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider): "http://localhost:9981/policies/terms", "http://localhost:9981/policies/privacy", "http://localhost:9981/features/", - "http://localhost:9981/why-zulip", + "http://localhost:9981/why-zulip/", "http://localhost:9981/for/open-source", "http://localhost:9981/for/business", "http://localhost:9981/for/communities",