Skip to content

Commit

Permalink
docs: fix local links
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jan 7, 2022
1 parent 7b03362 commit ec70814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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

Expand Down

0 comments on commit ec70814

Please sign in to comment.