From 099800dc6ac52823a7371eeeafc224542cc95c35 Mon Sep 17 00:00:00 2001 From: Leela Prasad <47483946+leelaprasadv@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:10:54 +0530 Subject: [PATCH] fix href in /api/request/stores --- docs/api/requests/stores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/requests/stores.md b/docs/api/requests/stores.md index 9ba5772e..234a0ad9 100644 --- a/docs/api/requests/stores.md +++ b/docs/api/requests/stores.md @@ -1,6 +1,6 @@ # stores -`stores` method lets use save response data under [Data Management]() which allows to refer the saved data anywhere in the tests using special syntax - `$S{}`. +`stores` method lets use save response data under [Data Management](/guides/data-management) which allows to refer the saved data anywhere in the tests using special syntax - `$S{}`. ## Syntax