mirror of https://github.com/zulip/zulip.git
docs: Fix broken anchor links after API docs migration.
This commit is contained in:
parent
1ed50ee858
commit
94d188fd7d
|
@ -40,7 +40,7 @@ You need:
|
||||||
|
|
||||||
*Hint: Do you want to install the latest development version? Check
|
*Hint: Do you want to install the latest development version? Check
|
||||||
out [this](
|
out [this](
|
||||||
writing-bots#installing-a-development-version-of-the-zulip_bots-package)
|
writing-bots#installing-a-development-version-of-the-zulip-bots-package)
|
||||||
guide.*
|
guide.*
|
||||||
|
|
||||||
2. Register a new bot user on the Zulip server's web interface.
|
2. Register a new bot user on the Zulip server's web interface.
|
||||||
|
|
|
@ -117,7 +117,7 @@ above as an orientation.
|
||||||
If you just want to see how a bot reacts to a message, but don't want to set it up on a server,
|
If you just want to see how a bot reacts to a message, but don't want to set it up on a server,
|
||||||
we have a little tool to help you out: `zulip-bot-output`
|
we have a little tool to help you out: `zulip-bot-output`
|
||||||
|
|
||||||
* [Install all requirements](#installing-a-development-version-of-the-zulip_bots-package).
|
* [Install all requirements](#installing-a-development-version-of-the-zulip-bots-package).
|
||||||
|
|
||||||
* Run `zulip-bot-output <bot-name> --message "<your-message>"` to test one of the bots in
|
* Run `zulip-bot-output <bot-name> --message "<your-message>"` to test one of the bots in
|
||||||
[`zulip_bots/bots`](https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots)
|
[`zulip_bots/bots`](https://github.com/zulip/python-zulip-api/tree/master/zulip_bots/zulip_bots/bots)
|
||||||
|
|
Loading…
Reference in New Issue