docs: Update link to Zulip API bindings code.

This commit is contained in:
Tim Abbott 2017-07-06 13:08:25 -07:00
parent e85aafdb8b
commit 094c8fd812
1 changed files with 1 additions and 1 deletions

View File

@ -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.