From 5488ab4225e8ed1b7f53d702d8789d7bf5894330 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 18 Jul 2017 00:07:14 -0700 Subject: [PATCH] docs: Update links to python-zulip-api project. We just renamed a bunch of files in that repository. --- docs/custom-apps.md | 2 +- docs/events-system.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom-apps.md b/docs/custom-apps.md index 05afab6901..de0f3b289f 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -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 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 system to support eventual deployment of reader apps on the Zulip server. diff --git a/docs/events-system.md b/docs/events-system.md index 8a7ec61dc5..69704c689d 100644 --- a/docs/events-system.md +++ b/docs/events-system.md @@ -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/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 minimum a request for every message delivered to every Zulip client.