running bots guide: Clarify bot's directory statement.

This commit is contained in:
derAnfaenger 2017-10-04 18:12:34 +02:00 committed by Tim Abbott
parent 543500bab5
commit 7a43ab00a2
1 changed files with 4 additions and 2 deletions

View File

@ -28,8 +28,10 @@ To install it, run `pip install zulip_bots`.
## Running a bot
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`
bots in your Zulip organization.
server. It assumes you want to use one of the existing bots
found in [`zulip_bots/bots`](
https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots)
in your Zulip organization.
*Hint: Looking for an easy way to test a bot's output? Check out [this](
writing-bots-guide.html#testing-a-bot-s-output) guide.*