mirror of https://github.com/zulip/zulip.git
templates: Avoid direct links to chat.zulip.org.
We instead generally want to link to the landing page explaining the community.
This commit is contained in:
parent
454a900487
commit
ba3bb38bc2
|
@ -33,7 +33,7 @@ writing new ones. If you actively maintain a Zulip language binding
|
|||
and would like it to be listed here (or would like to collaborate with
|
||||
us in making it an official library), post in [this
|
||||
topic][integrations-thread] on
|
||||
[chat.zulip.org](https://chat.zulip.org) or submit a pull request
|
||||
[chat.zulip.org](/developer-community/) or submit a pull request
|
||||
[updating this
|
||||
page](https://zulip.readthedocs.io/en/latest/documentation/api.html).
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots
|
|||
You'll need:
|
||||
|
||||
* An account in a Zulip organization
|
||||
(e.g. [chat.zulip.org](https://chat.zulip.org),
|
||||
(e.g. [chat.zulip.org](/developer-community/),
|
||||
`<yourSubdomain>.zulipchat.com`, or a Zulip organization on your own
|
||||
[development](https://zulip.readthedocs.io/en/latest/development/overview.html) or
|
||||
[production](https://zulip.readthedocs.io/en/latest/production/install.html) server).
|
||||
|
|
|
@ -44,6 +44,6 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
{% trans %}PS: Follow us on <a href="https://twitter.com/zulip">Twitter</a>, star us on <a href="https://github.com/zulip/zulip">GitHub</a>, or chat with us live on the <a href="https://chat.zulip.org">Zulip community server</a>!{% endtrans %}
|
||||
{% trans %}PS: Follow us on <a href="https://twitter.com/zulip">Twitter</a>, star us on <a href="https://github.com/zulip/zulip">GitHub</a>, or chat with us live on the <a href="https://zulip.com/developer-community/">Zulip community server</a>!{% endtrans %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
|
@ -31,4 +31,4 @@
|
|||
{{ _("Cheers,") }}
|
||||
{{ _("Team Zulip") }}
|
||||
|
||||
{% trans %}PS: Check us out on Twitter (@zulip), star us on GitHub (https://github.com/zulip/zulip), or chat with us live on the Zulip community server (https://chat.zulip.org)!{% endtrans %}
|
||||
{% trans %}PS: Check us out on Twitter (@zulip), star us on GitHub (https://github.com/zulip/zulip), or chat with us live on the Zulip community server (https://zulip.com/developer-community/)!{% endtrans %}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<a href="https://www.recurse.com/blog/112-how-rc-uses-zulip">The
|
||||
Recurse Center</a>. If you’d like to see a large Zulip
|
||||
in action, the
|
||||
<a href="https://chat.zulip.org">Zulip
|
||||
<a href="/developer-community/">Zulip
|
||||
community server</a> has thousands of accounts and hundreds of weekly active users, and is run on a single machine with 8GB of RAM.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
questions, please contact us
|
||||
at <a href="mailto:sales@zulip.com">sales@zulip.com</a>. You
|
||||
can also drop by
|
||||
our <a href="https://chat.zulip.org">friendly developer
|
||||
our <a href="/developer-community/">friendly developer
|
||||
community at chat.zulip.org</a> to ask for help or suggest
|
||||
improvements!
|
||||
</p>
|
||||
|
|
|
@ -275,7 +275,7 @@
|
|||
and <a href="/for/research/">research communities</a>. If you have any
|
||||
questions, please contact us
|
||||
at <a href="mailto:sales@zulip.com">sales@zulip.com</a>. You can also drop by
|
||||
our <a href="https://chat.zulip.org">friendly developer community at
|
||||
our <a href="/developer-community/">friendly developer community at
|
||||
chat.zulip.org</a> to ask for help or suggest improvements!
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -82,7 +82,7 @@ Zulip’s topic-based threading model solves these problems:
|
|||
conversation.
|
||||
|
||||
You can see this in action in our own
|
||||
[chat.zulip.org](https://chat.zulip.org) community, which sends
|
||||
[chat.zulip.org](/developer-community/) community, which sends
|
||||
thousands of messages a week. We often get feedback from contributors
|
||||
around the world that they love how responsive Zulip’s project leaders
|
||||
are in public Zulip conversations. We are able to achieve this
|
||||
|
|
|
@ -57,7 +57,7 @@ few people who understand the conversation model at the beginning.
|
|||
the organization.
|
||||
|
||||
* If you're unsure at all, create an account on the
|
||||
[Zulip community server](https://chat.zulip.org) and see what topics look
|
||||
[Zulip community server](/developer-community/) and see what topics look
|
||||
like there.
|
||||
|
||||
Topics are lightweight and do not need to be managed. Anyone writing to a
|
||||
|
|
Loading…
Reference in New Issue