From 1f55ec89e90d726540734e76e0642f8833ef8c74 Mon Sep 17 00:00:00 2001 From: Diego Albitres Date: Thu, 16 Jul 2020 04:10:56 -0500 Subject: [PATCH] docs: fix 404 link on services.md (#7019) Signed-off-by: Diego Albitres --- docs/v3.x/concepts/services.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {