From 7f075e0da26b9188b9c4f0286537961a853b2cc0 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 15 Oct 2018 12:48:09 -0700 Subject: [PATCH] docs: Fix path to REST endpoints index. The path in the tutorial was incorrect. --- docs/tutorials/documenting-api-endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/documenting-api-endpoints.md b/docs/tutorials/documenting-api-endpoints.md index 2d518bf7cc..cdfae7f6a8 100644 --- a/docs/tutorials/documenting-api-endpoints.md +++ b/docs/tutorials/documenting-api-endpoints.md @@ -6,7 +6,7 @@ This document briefly explains how to document Our API documentation files live under `templates/zerver/api/*`. To begin, we recommend using an existing doc file (`render-message.md` is a good example) as a template. Make sure you link to your new Markdown -file in `templates/zerver/help/rest-endpoints.md` , so that it appears +file in `templates/zerver/help/include/rest-endpoints.md` , so that it appears in the index in the left sidebar on the `/api` page. The markdown framework is the same one used by the