mikefowler / gatsby-plugin-collections

Create pages, with support for pagination and customizable permalinks, from a folder of Markdown files.
MIT License
11 stars 3 forks source link

Docs: Fix Quickstart Link #5

Closed ItsJonQ closed 5 years ago

ItsJonQ commented 5 years ago

Docs: Fix Quickstart Link

This update fixes the link to "Quickstart" (quickstart.md). Previously, the markdown link was missing the .md extension, resulting in a broken link.

This update was made to all the pages under docs/.

Before:

[Quickstart](./quickstart)

After:

[Quickstart](./quickstart.md)