mirror of https://github.com/zulip/zulip.git
docs: Rename rest_error_handling with dashes.
This commit is contained in:
parent
7ae51a4ec6
commit
c6eee1c9da
|
@ -13,7 +13,7 @@ you can do in Zulip, you can do with Zulip's REST API. To use this API:
|
|||
appropriate HTTP Basic Authentication headers; see each endpoint's
|
||||
`curl` option for details on the request format.
|
||||
* The Zulip API has a standard
|
||||
[system for reporting errors](/api/rest_error_handling).
|
||||
[system for reporting errors](/api/rest-error-handling).
|
||||
|
||||
Most other details are covered in the documentation for the individual
|
||||
endpoints:
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
* [Overview](/api/rest)
|
||||
* [Installation instructions](/api/installation-instructions)
|
||||
* [API keys](/api/api-keys)
|
||||
* [Error handling](/api/rest_error_handling)
|
||||
* [Error handling](/api/rest-error-handling)
|
||||
|
||||
{!rest_endpoints.md!}
|
||||
|
|
Loading…
Reference in New Issue