diff --git a/README.md b/README.md index 11d54b04..dcbf1996 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Current templates: | Template name | Documentation type | Description | | ------------- | ------------------ | ----------- | | [API Project overview](about-overview.md) | Concept | An overview of your API | -| [API Quickstart](https://github.com/thegooddocsproject/templates/blob/dev/api-quickstart/about-quickstart.md) | Concept, Task | Simplest possible method of implementing your API | +| [API Quickstart](api-quickstart/about-quickstart.md) | Concept, Task | Simplest possible method of implementing your API | | [API Reference](https://github.com/thegooddocsproject/templates/blob/dev/api-reference/about-api-reference.md) | Reference | List of references related to your API | | [Explanation](https://github.com/thegooddocsproject/templates/blob/dev/explanation/about-explanation.md) | Concept | Longer document giving background or context to a topic | | [How-to](https://github.com/thegooddocsproject/templates/blob/dev/how-to/about-how-to.md) | Task | A concise set of numbered steps to do one task with the product. |