From 3eb87217f07869a4cc462c4b44f47bd97bce1324 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:43:17 +0530 Subject: [PATCH] Update js.md --- docs/en/samples/pre_post_processing/js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/samples/pre_post_processing/js.md b/docs/en/samples/pre_post_processing/js.md index 94284a7f33..4c3fc75a0f 100644 --- a/docs/en/samples/pre_post_processing/js.md +++ b/docs/en/samples/pre_post_processing/js.md @@ -8,7 +8,7 @@ description: > ## Prerequisites -This tutorial assumes that you have set up Toolbox with a basic agent as described in the [local quickstart](../../getting-started/local_quickstart_js). +This tutorial assumes that you have set up Toolbox with a basic agent as described in the [local quickstart](../../getting-started/local_quickstart_js.md). This guide demonstrates how to implement these patterns in your Toolbox applications. @@ -38,4 +38,4 @@ The output should look similar to the following. Note that exact responses may v AI: Booking Confirmed! You earned 500 Loyalty Points with this stay. AI: Error: Maximum stay duration is 14 days. -``` \ No newline at end of file +```