Skip to content

Commit 4cda013

Browse files
authored
fix: broken links to Strapi API parameters page (#140)
1 parent 8b40231 commit 4cda013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/strapi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ this.$strapi.user.avatar = ''
2828

2929
- Returns `Promise`
3030

31-
Get entries. Returns entries matching the query filters. You can read more about parameters [here](https://strapi.io/documentation/v3.x/content-api/parameters.html).
31+
Get entries. Returns entries matching the query filters. You can read more about parameters [here](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/content-api.html#api-parameters).
3232

3333
The second argument `params` is for query parameters:
3434

@@ -75,7 +75,7 @@ await $strapi.$products.find({ 'categories.name': ['women', 'men'] })
7575

7676
- Returns `Promise`
7777

78-
Count entries. Returns the count of entries matching the query filters. You can read more about parameters [here](https://strapi.io/documentation/v3.x/content-api/parameters.html).
78+
Count entries. Returns the count of entries matching the query filters. You can read more about parameters [here](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/content-api.html#api-parameters).
7979

8080
```js
8181
await this.$strapi.count('products', params)

0 commit comments

Comments
 (0)