docs: Rename rest_error_handling with dashes.

This commit is contained in:
Yago González 2018-05-05 23:25:02 +02:00 committed by Tim Abbott
parent 7ae51a4ec6
commit c6eee1c9da
3 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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!}