Skip to content

Commit ae26098

Browse files
Fix postman link (#3391)
1 parent 4a2dd28 commit ae26098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/postman_collection.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: This how-to guide explains how to use Postman when testing and debu
55

66
Are you tired of using the `curl` command in your terminal to test Meilisearch? It can be tedious to re-write every route when wanting to try out an API.
77

8-
Postman is a platform that lets you create HTTP requests you can easily reuse and share with everyone. We provide a <a href="/assets/misc/meilisearch-collection-postman.json" download="meilisearch-collection-postman.json">Postman collection</a> containing all the routes of the Meilisearch API! 🚀
8+
Postman is a platform that lets you create HTTP requests you can easily reuse and share with everyone. We provide a <a href="/docs/assets/misc/meilisearch-collection-postman.json" download="meilisearch-collection-postman.json">Postman collection</a> containing all the routes of the Meilisearch API! 🚀
99

1010
If you don't have Postman already, you can [download it here](https://www.postman.com/downloads/). It's free and available on many OS distributions.
1111

1212
## Import the collection
1313

14-
Once you have downloaded the <a href="/assets/misc/meilisearch-collection-postman.json" download="meilisearch-collection-postman.json">Postman collection</a>, you need to import it into Postman.
14+
Once you have downloaded the <a href="/docs/assets/misc/meilisearch-collection-postman.json" download="meilisearch-collection-postman.json">Postman collection</a>, you need to import it into Postman.
1515

1616
<Frame>
1717
<img src="/assets/images/postman/import.png" alt="The 'Import' button" />

0 commit comments

Comments
 (0)