From c6eee1c9da255995ba759c6440dd823024d4f10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Gonz=C3=A1lez?= Date: Sat, 5 May 2018 23:25:02 +0200 Subject: [PATCH] docs: Rename rest_error_handling with dashes. --- .../api/{rest_error_handling.md => rest-error-handling.md} | 0 templates/zerver/api/rest.md | 2 +- templates/zerver/api/sidebar.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/zerver/api/{rest_error_handling.md => rest-error-handling.md} (100%) diff --git a/templates/zerver/api/rest_error_handling.md b/templates/zerver/api/rest-error-handling.md similarity index 100% rename from templates/zerver/api/rest_error_handling.md rename to templates/zerver/api/rest-error-handling.md diff --git a/templates/zerver/api/rest.md b/templates/zerver/api/rest.md index 050338cd9c..f1ec9992b4 100644 --- a/templates/zerver/api/rest.md +++ b/templates/zerver/api/rest.md @@ -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: diff --git a/templates/zerver/api/sidebar.md b/templates/zerver/api/sidebar.md index 73a6beb708..9c89b7b2fe 100644 --- a/templates/zerver/api/sidebar.md +++ b/templates/zerver/api/sidebar.md @@ -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!}