mirror of https://github.com/zulip/zulip.git
docs: Fix some Markdown links missing a close-paren.
These were just introduced today.
This commit is contained in:
parent
6973f1d1ef
commit
011114397b
|
@ -74,7 +74,7 @@ been added in more recent versions of Zulip.
|
|||
|
||||
Since Zulip's settings file is a Python script, there are a number of
|
||||
other things that one can configure that are not documented; ask on
|
||||
[chat.zulip.org](../contributing/chat-zulip-org.html
|
||||
[chat.zulip.org](../contributing/chat-zulip-org.html)
|
||||
if there's something you'd like to do but can't figure out how to.
|
||||
|
||||
[settings-py-template]: https://github.com/zulip/zulip/blob/master/zproject/prod_settings_template.py
|
||||
|
|
|
@ -78,5 +78,5 @@ We don't provide a convenient way to uninstall a Zulip server.
|
|||
|
||||
Most of the limitations are things we'd accept a pull request to fix;
|
||||
we welcome contributions to shrink this list of gotchas. Chat with us
|
||||
in the [chat.zulip.org community](../contributing/chat-zulip-org.html if you're
|
||||
in the [chat.zulip.org community](../contributing/chat-zulip-org.html) if you're
|
||||
interested in helping!
|
||||
|
|
|
@ -170,7 +170,7 @@ how to debug.
|
|||
|
||||
* If that doesn't help, please visit
|
||||
[#production help](https://chat.zulip.org/#narrow/stream/production.20help)
|
||||
in the [Zulip development community server](../contributing/chat-zulip-org.html for
|
||||
in the [Zulip development community server](../contributing/chat-zulip-org.html) for
|
||||
realtime help or email zulip-help@googlegroups.com with the full
|
||||
traceback, and we'll try to help you out! Please provide details like
|
||||
the full traceback from the bottom of `/var/log/zulip/errors.log` in
|
||||
|
|
|
@ -347,7 +347,7 @@ running Zulip with larger teams (especially >1000 users).
|
|||
[queue processors](../subsystems/queuing.html) multithreaded to conserve memory;
|
||||
this creates a significant performance bottleneck.
|
||||
|
||||
* [chat.zulip.org](../contributing/chat-zulip-org.html, with thousands of user
|
||||
* [chat.zulip.org](../contributing/chat-zulip-org.html), with thousands of user
|
||||
accounts and thousands of messages sent every week, has 8GB of RAM,
|
||||
4 cores, and 80GB of disk. The CPUs are essentially always idle,
|
||||
but the 8GB of RAM is important.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Zulip in production
|
||||
|
||||
To play around with Zulip and see what it looks like, check out the
|
||||
[Zulip community server](../contributing/chat-zulip-org.html or create a test organization
|
||||
[Zulip community server](../contributing/chat-zulip-org.html) or create a test organization
|
||||
on <https://zulipchat.com>.
|
||||
|
||||
If you like what you see, you can set up Zulip for your team by
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Note that if you just want to play around with Zulip and see what it looks
|
||||
like, we recommend creating an account on the
|
||||
[Zulip community server](../contributing/chat-zulip-org.html, or creating a test
|
||||
[Zulip community server](../contributing/chat-zulip-org.html), or creating a test
|
||||
organization on <https://zulipchat.com>.
|
||||
|
||||
## Server
|
||||
|
|
Loading…
Reference in New Issue