docs: Update links to python-zulip-api project.

We just renamed a bunch of files in that repository.
This commit is contained in:
Tim Abbott
2017-07-18 00:07:14 -07:00
parent 394f85eb76
commit 5488ab4225
2 changed files with 2 additions and 2 deletions

View File

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