From 45164a297a35d21bafc3de37ac500594e9429709 Mon Sep 17 00:00:00 2001 From: Ayhan <2834954+c0b41@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:32:27 +0300 Subject: [PATCH] docs: Some broken links fixed --- docs/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http.md b/docs/http.md index b91b31e0..73ee1467 100644 --- a/docs/http.md +++ b/docs/http.md @@ -45,7 +45,7 @@ When a GraphQL response contains errors, the HTTP Status Code is `200 OK` as def #### Single error with `statusCode` property -When a GraphQL response contains a single error with the `statusCode` property set and no data, the HTTP Status Code is set to this value. See [ErrorWithProps](./api/options.md#errorwithprops) for more details. +When a GraphQL response contains a single error with the `statusCode` property set and no data, the HTTP Status Code is set to this value. See [ErrorWithProps](/docs/api/options.md#errorwithprops) for more details. - **HTTP Status Code**: `Error statusCode` - **Data**: `null` @@ -53,4 +53,4 @@ When a GraphQL response contains a single error with the `statusCode` property s ### Custom behaviour -If you wish to customise the default HTTP Status Code behaviour, one can do this using the [`errorFormatter`](./api/options.md#plugin-options) option. +If you wish to customise the default HTTP Status Code behaviour, one can do this using the [`errorFormatter`](/docs/api/options.md#plugin-options) option.