api docs: Fix broken link.

This commit is contained in:
Yago González 2018-05-28 19:24:14 +02:00 committed by Tim Abbott
parent 97e143e987
commit c25855f703
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Zulip provides a set of tools that allows interacting with its API more
easily, called the [Python bindings](https://pypi.python.org/pypi/zulip/).
One of the most notable use cases for these bindings are bots developed
using Zulip's [bot framework](/#writing-bots).
using Zulip's [bot framework](/api/writing-bots).
In order to use them, you need to configure them with your API key and other
settings. There are two ways to achieve that: