running bots guide: Add cross-references to writing bots guide.

This commit is contained in:
derAnfaenger 2017-10-02 13:31:56 +02:00 committed by Tim Abbott
parent 8449ea300b
commit b6106ca7ac
1 changed files with 5 additions and 3 deletions

View File

@ -29,6 +29,8 @@ The `zulip_bots` package comes with all you need to run a bot.
To install it, run `pip install zulip_bots`. To install it, run `pip install zulip_bots`.
*Hint: Do you want to install the latest version? Check out [this](
writing-bots-guide.html#installing-a-development-version-of-the-zulip-bots-package) guide.*
## How to run a bot ## How to run a bot
@ -36,8 +38,8 @@ This guide will show you how to run a bot on a running Zulip
server. It assumes you want to use one of the existing `zulip_bots/bots` server. It assumes you want to use one of the existing `zulip_bots/bots`
bots in your Zulip organization. bots in your Zulip organization.
*Looking for an easy way to test a bot's output? Check out [this]( *Hint: Looking for an easy way to test a bot's output? Check out [this](
#testing-a-bot-s-output) section.* writing-bots-guide.html#testing-a-bot-s-output) guide.*
You need: You need:
@ -64,7 +66,7 @@ You need:
* In the *Active bots* panel, click on the little green download icon * In the *Active bots* panel, click on the little green download icon
to download its configuration file *.zuliprc* (the structure of this file is to download its configuration file *.zuliprc* (the structure of this file is
explained [here](#configuration-file)). explained [here](writing-bots-guide.html#configuration-file)).
* Copy the file to a destination of your choice, e.g. to `~/.zuliprc`. * Copy the file to a destination of your choice, e.g. to `~/.zuliprc`.
4. Run the bot. 4. Run the bot.