From 42fe4da791846633cbb581fc95bf47daa5049294 Mon Sep 17 00:00:00 2001 From: Arttu Pennanen <39066923+pennane@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:27:32 +0300 Subject: [PATCH] chore: update link in docs --- docs/OtherAPIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OtherAPIs.md b/docs/OtherAPIs.md index 577cc492a..397a34124 100644 --- a/docs/OtherAPIs.md +++ b/docs/OtherAPIs.md @@ -112,7 +112,7 @@ try { ## RESPONSETYPE -To set a custom response type, use the`.responseType()` method. Refer [ResponseType.ts](./src/ResponseType.ts) for available options. +To set a custom response type, use the`.responseType()` method. Refer [ResponseType.ts](./../src/ResponseType.ts) for available options. ```typescript try {