mirror of https://github.com/zulip/zulip.git
docs: Update links to python-zulip-api project.
We just renamed a bunch of files in that repository.
This commit is contained in:
parent
394f85eb76
commit
5488ab4225
|
@ -307,7 +307,7 @@ We want to make it easier to deploy **Zulip Readers** on
|
||||||
Zulip hardware. The following document talks about how we want to enable this
|
Zulip hardware. The following document talks about how we want to enable this
|
||||||
from a code structuring standpoint:
|
from a code structuring standpoint:
|
||||||
|
|
||||||
[Writing contrib bots](https://github.com/zulip/python-zulip-api/blob/master/bots/readme.md)
|
[Writing contrib bots](https://github.com/zulip/python-zulip-api/blob/master/zulip_bots/README.md)
|
||||||
|
|
||||||
This document, on the other hand, is more about designing the Zulip backend
|
This document, on the other hand, is more about designing the Zulip backend
|
||||||
system to support eventual deployment of reader apps on the Zulip server.
|
system to support eventual deployment of reader apps on the Zulip server.
|
||||||
|
|
|
@ -137,7 +137,7 @@ soon as it attempted to send them to the client; if that specific HTTP
|
||||||
response didn't reach the client due to a network TCP failure, then
|
response didn't reach the client due to a network TCP failure, then
|
||||||
those events could be lost).
|
those events could be lost).
|
||||||
|
|
||||||
[api-bindings-code]: https://github.com/zulip/python-zulip-api/blob/master/zulip/__init__.py
|
[api-bindings-code]: https://github.com/zulip/python-zulip-api/blob/master/zulip/zulip/__init__.py
|
||||||
|
|
||||||
The queue servers are a very high-traffic system, processing at a
|
The queue servers are a very high-traffic system, processing at a
|
||||||
minimum a request for every message delivered to every Zulip client.
|
minimum a request for every message delivered to every Zulip client.
|
||||||
|
|
Loading…
Reference in New Issue