Skip to content

Commit

Permalink
fix link (#6339)
Browse files Browse the repository at this point in the history
  • Loading branch information
geertijewski authored and rijkvanzanten committed Jun 17, 2021
1 parent 2009297 commit fa6e2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ roles & permissions, see [Roles](/guides/roles) & [Permissions](/guides/permissi

Now that your project has some content in it, it's time to start using this content externally. Data can be accessed in
a number of ways, including the REST API, GraphQL, the CLI, or even straight from the database. In this case, we'll use
[the `/items/` REST API endpoint](/reference/api/rest/items) to retrieve the item we just created.
[the `/items/` REST API endpoint](/reference/api/items) to retrieve the item we just created.

Using your browser, or an API tool like [Postman](http://postman.com) or [Paw](https://paw.cloud), open
[http://localhost:8055/items/articles](http://localhost:8055/items/articles).
Expand Down

0 comments on commit fa6e2c5

Please sign in to comment.