zulip_bots: Update links to docs.

This commit is contained in:
derAnfaenger 2017-11-16 13:50:43 +01:00 committed by Robert Hönig
parent c24c1d2e61
commit a8b858d78f
2 changed files with 3 additions and 3 deletions

View file

@ -3,9 +3,9 @@
This directory contains the source code for the `zulip_bots` PyPI package. This directory contains the source code for the `zulip_bots` PyPI package.
The Zulip documentation has guides on [using Zulip's bot system]( The Zulip documentation has guides on [using Zulip's bot system](
http://zulip.readthedocs.io/en/latest/running-bots-guide.html) https://chat.zulip.org/api/running-bots)
and [writing your own bots]( and [writing your own bots](
http://zulip.readthedocs.io/en/latest/writing-bots-guide.html). https://chat.zulip.org/api/writing-bots).
## Directory structure ## Directory structure

View file

@ -11,7 +11,7 @@ these bots.
## Reviving a bot ## Reviving a bot
To revive an unmaintained bot, go through our [Writing bots]( To revive an unmaintained bot, go through our [Writing bots](
http://zulip.readthedocs.io/en/latest/writing-bots-guide.html) guide and check if https://chat.zulip.org/api/writing-bots) guide and check if
the bot meets the outlined criteria. the bot meets the outlined criteria.
In particular, this means that the bot should: In particular, this means that the bot should:
* contain automated tests. * contain automated tests.