docs: Update outdated links.
This commit is contained in:
parent
2a74ad11c5
commit
940e1260b2
|
@ -4,7 +4,7 @@ This bot allows users to perform conversions for various measurement units.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run this bot as described in [here](http://zulip.readthedocs.io/en/latest/bots-guide.html#how-to-deploy-a-bot).
|
Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot).
|
||||||
|
|
||||||
Use this bot with the following command
|
Use this bot with the following command
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ for a given stream or private chat.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run this bot as described in
|
Run this bot as described in
|
||||||
[here](http://zulip.readthedocs.io/en/latest/bots-guide.html#how-to-deploy-a-bot).
|
[here](https://zulipchat.com/api/running-bots#running-a-bot).
|
||||||
|
|
||||||
Use this bot with any of the following commands:
|
Use this bot with any of the following commands:
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ highest safe-search setting.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run this bot as described
|
Run this bot as described
|
||||||
[here](http://zulip.readthedocs.io/en/latest/bots-guide.html#how-to-deploy-a-bot).
|
[here](https://zulipchat.com/api/running-bots#running-a-bot).
|
||||||
|
|
||||||
Use this bot with the following command
|
Use this bot with the following command
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ class JohnHandler(object):
|
||||||
"I would like to request a remote dev instance",
|
"I would like to request a remote dev instance",
|
||||||
"""Greetings! You should receive a response from one of our mentors soon.
|
"""Greetings! You should receive a response from one of our mentors soon.
|
||||||
In the meantime, why don't you learn more about running Zulip on a development
|
In the meantime, why don't you learn more about running Zulip on a development
|
||||||
environment? https://zulip.readthedocs.io/en/latest/using-dev-environment.html""",
|
environment? https://zulip.readthedocs.io/en/latest/development/using.html""",
|
||||||
])
|
])
|
||||||
self.bot.train([
|
self.bot.train([
|
||||||
"Joke!",
|
"Joke!",
|
||||||
|
|
Loading…
Reference in a new issue