mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 04:03:50 +00:00
docs: fix 404 link on services.md (#7019)
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
This commit is contained in:
parent
fccb396c04
commit
1f55ec89e9
@ -39,7 +39,7 @@ module.exports = {
|
||||
```
|
||||
|
||||
- `params` (object): this represent filters for your find request.<br>
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.html).
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.md).
|
||||
|
||||
```json
|
||||
{
|
||||
@ -75,7 +75,7 @@ module.exports = {
|
||||
```
|
||||
|
||||
- `params` (object): this represent filters for your find request.<br>
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.html).
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.md).
|
||||
|
||||
```json
|
||||
{
|
||||
@ -110,7 +110,7 @@ module.exports = {
|
||||
```
|
||||
|
||||
- `params` (object): this represent filters for your find request.<br>
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.html).
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.md).
|
||||
|
||||
```json
|
||||
{
|
||||
@ -229,7 +229,7 @@ module.exports = {
|
||||
```
|
||||
|
||||
- `params` (object): this represent filters for your find request.<br>
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.html).
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.md).
|
||||
|
||||
```json
|
||||
{
|
||||
@ -261,7 +261,7 @@ module.exports = {
|
||||
```
|
||||
|
||||
- `params` (object): this represent filters for your find request.<br>
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.html).
|
||||
The object follow the URL query format, [refer to this documentation.](../content-api/parameters.md).
|
||||
|
||||
```json
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user