From aba9dbffcf9fd3eb5a197f51e2eec8f03052f9af Mon Sep 17 00:00:00 2001 From: Peter Bajurny Date: Fri, 26 Jun 2020 12:47:55 -0500 Subject: [PATCH] Fix relative link to Index Pages in Writing Your Docs help page The link links to `index_pages` with an underscore but the page as currently rendered has that link as `index-pages` with a hyphen. --- docs/user-guide/writing-your-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/writing-your-docs.md b/docs/user-guide/writing-your-docs.md index 4a2821e9..a04e41fd 100644 --- a/docs/user-guide/writing-your-docs.md +++ b/docs/user-guide/writing-your-docs.md @@ -21,7 +21,7 @@ docs/ ``` By convention your project homepage should be named `index.md` (see [Index -pages](#index_pages) below for details). Any of the following file +pages](#index-pages) below for details). Any of the following file extensions may be used for your Markdown source files: `markdown`, `mdown`, `mkdn`, `mkd`, `md`. All Markdown files included in your documentation directory will be rendered in the built site regardless of any settings.