From fa6e2c5a3a2a2af43249b6096688f86ca4dddc18 Mon Sep 17 00:00:00 2001 From: Geert Ijewski <51948919+geertijewski@users.noreply.github.com> Date: Thu, 17 Jun 2021 15:19:30 +0200 Subject: [PATCH] fix link (#6339) --- docs/getting-started/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index bab0298e92..5b6da3e20b 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -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).