api: Update links for new /deploying-bots page.

Also caught by test-help-documentation.
This commit is contained in:
Tim Abbott
2018-05-18 16:31:52 -07:00
parent 847fc69c79
commit 9de80990ea
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ testing as well in a production server environment.
On this page you'll find:
* A step-by-step [tutorial](#running-a-bot) on how to run a bot.
* A [guide](#zulip-botserver) on running a Zulip botserver.
* Common [problems](#common-problems) when developing/running bots and their solutions.
## Installing the Zulip bots package

View File

@@ -51,7 +51,7 @@ You can create three types of bots:
to this Endpoint URL.
Choose this type if you want to:
* make Zulip post messages to a URL.
* deploy Zulip's [botserver](https://github.com/zulip/python-zulip-api/tree/master/zulip_botserver).
* deploy Zulip's [botserver](/api/deploying-bots).
*This is the default way of deploying bots used in production.*
## Add an integration