diff --git a/docs/01-getting-started.md b/docs/01-getting-started.md index 9780f49..b892edc 100644 --- a/docs/01-getting-started.md +++ b/docs/01-getting-started.md @@ -42,7 +42,7 @@ You can now open your browser to [http://localhost:8080](http://localhost:8080) > **Pagination of API Results** > -> When querying a Prismic repository, your results will be paginated. By default, there are 20 documents per page in the results. You can read more about how to manipulate the pagination in the [Pagination for Results](../02-query-the-api/14-pagination-for-results.md) page. +> When querying a Prismic repository, your results will be paginated. By default, there are 20 documents per page in the results. You can read more about how to manipulate the pagination in the [Pagination for Results](./02-query-the-api/14-pagination-for-results.md) page. ## And your Prismic journey begins! @@ -54,11 +54,11 @@ First you'll need to model your pages, posts, events, etc. into your Custom Type ### Query your documents -After you've created and published some documents in your repository, you’ll be able to query the API to retrieve your content. We provide explanations and plenty of examples of queries in the documentation. Start by learning more on the [How to Query the API](../02-query-the-api/01-how-to-query-the-api.md) page. +After you've created and published some documents in your repository, you’ll be able to query the API to retrieve your content. We provide explanations and plenty of examples of queries in the documentation. Start by learning more on the [How to Query the API](./02-query-the-api/01-how-to-query-the-api.md) page. ### Integrate content into your templates -The last step is to integrate the content into your templates. Helper functions are provided for each content field type to make integration as easy as possible. Check out our [Templating documentation](../03-templating/01-the-document-object.md) to learn more. +The last step is to integrate the content into your templates. Helper functions are provided for each content field type to make integration as easy as possible. Check out our [Templating documentation](./03-templating/01-the-document-object.md) to learn more. ## Working with existing projects