Skip to content

Commit

Permalink
fixed dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-clueless committed Nov 4, 2023
1 parent 34abeda commit d38526f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you begin, ensure you have the following prerequisites in place:

- **Access to eCommerce API:** To access our API, you need to sign up for an account on our platform.

- **API Key:** You'll need an API key to make authenticated requests. You can obtain your API key by [following these steps](guide/auth.md).
- **API Key:** You'll need an API key to make authenticated requests. You can obtain your API key by [following these steps](/guide/auth.md).

- **HTTP Client:** We recommend using a tool like [Postman](https://www.postman.com/downloads/) for sending HTTP requests.

Expand All @@ -19,7 +19,7 @@ Before you begin, ensure you have the following prerequisites in place:
- **Key:** `Authorization`
- **Value:** `Bearer YOUR_API_KEY`

2. **Select an Endpoint:** Choose an endpoint from our [API documentation](guide) to interact with. For example, you can start by fetching a list of products.
2. **Select an Endpoint:** Choose an endpoint from our [API documentation](/guide) to interact with. For example, you can start by fetching a list of products.

3. **Send the Request:** Use your HTTP client to send a GET request to the selected endpoint. You can explore various query parameters to customize your request further.

Expand Down

0 comments on commit d38526f

Please sign in to comment.