From a8b858d78f92d1a0d04ca5e791060fe0a4868a78 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Thu, 16 Nov 2017 13:50:43 +0100 Subject: [PATCH] zulip_bots: Update links to docs. --- zulip_bots/README.md | 4 ++-- zulip_bots/zulip_bots/bots_unmaintained/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zulip_bots/README.md b/zulip_bots/README.md index 2aa0e6f..c30c9fb 100644 --- a/zulip_bots/README.md +++ b/zulip_bots/README.md @@ -3,9 +3,9 @@ This directory contains the source code for the `zulip_bots` PyPI package. 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]( -http://zulip.readthedocs.io/en/latest/writing-bots-guide.html). +https://chat.zulip.org/api/writing-bots). ## Directory structure diff --git a/zulip_bots/zulip_bots/bots_unmaintained/README.md b/zulip_bots/zulip_bots/bots_unmaintained/README.md index 9ec1345..88eb946 100644 --- a/zulip_bots/zulip_bots/bots_unmaintained/README.md +++ b/zulip_bots/zulip_bots/bots_unmaintained/README.md @@ -11,7 +11,7 @@ these bots. ## Reviving a bot 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. In particular, this means that the bot should: * contain automated tests.