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.
This commit is contained in:
Peter Bajurny
2020-06-26 12:47:55 -05:00
committed by Waylan Limberg
parent 2d9d565712
commit aba9dbffcf

View File

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