mirror of https://github.com/zulip/zulip.git
docs: Rename rest_endpoints with dashes.
This commit is contained in:
parent
b656388ee2
commit
f0fa550001
|
@ -18,7 +18,7 @@ you can do in Zulip, you can do with Zulip's REST API. To use this API:
|
|||
Most other details are covered in the documentation for the individual
|
||||
endpoints:
|
||||
|
||||
{!rest_endpoints.md!}
|
||||
{!rest-endpoints.md!}
|
||||
|
||||
Since Zulip is open source, you can also consult the
|
||||
[Zulip server source code](https://github.com/zulip/zulip/) as a
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
* [Configuring the Python bindings](/api/configuring-python-bindings)
|
||||
* [Error handling](/api/rest-error-handling)
|
||||
|
||||
{!rest_endpoints.md!}
|
||||
{!rest-endpoints.md!}
|
||||
|
|
Loading…
Reference in New Issue