diff --git a/docs/v3.x/concepts/services.md b/docs/v3.x/concepts/services.md
index 5204fc7b34..ab80b54e40 100644
--- a/docs/v3.x/concepts/services.md
+++ b/docs/v3.x/concepts/services.md
@@ -39,7 +39,7 @@ module.exports = {
```
- `params` (object): this represent filters for your find request.
- 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.
- 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.
- 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.
- 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.
- 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
{