mirror of https://github.com/zulip/zulip.git
docs: Update link to Zulip API bindings code.
This commit is contained in:
parent
e85aafdb8b
commit
094c8fd812
|
@ -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
|
||||
those events could be lost).
|
||||
|
||||
[api-bindings-code]: https://github.com/zulip/zulip/blob/master/api/zulip/__init__.py
|
||||
[api-bindings-code]: https://github.com/zulip/python-zulip-api/blob/master/zulip/__init__.py
|
||||
|
||||
The queue servers are a very high-traffic system, processing at a
|
||||
minimum a request for every message delivered to every Zulip client.
|
||||
|
|
Loading…
Reference in New Issue