From c67d88ef78ccc424d337a3006dad1910b9bce790 Mon Sep 17 00:00:00 2001 From: Renato Lima Date: Mon, 11 Mar 2024 00:14:05 -0200 Subject: [PATCH] Fix broken link --- website/docs/reference-template/request/condition-attribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference-template/request/condition-attribute.md b/website/docs/reference-template/request/condition-attribute.md index e9d4855..d29d9d2 100644 --- a/website/docs/reference-template/request/condition-attribute.md +++ b/website/docs/reference-template/request/condition-attribute.md @@ -21,7 +21,7 @@ If omitted, empty or null, defaults to ```true```. } ``` -In the example above, the mock will be returned for `GET customers/1234/accounts/123ABC`, leveraging `condition` [scripting](/docs/scripting) to ensure that the mock matches only if the current time has an even second. +In the example above, the mock will be returned for `GET customers/1234/accounts/123ABC`, leveraging `condition` [scripting](/docs/reference-scripting) to ensure that the mock matches only if the current time has an even second. The condition can also be used to match based on query parameters: