From 22657c9dad136e024d1489b60a5b3e3d6be10f56 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:42:44 +0530 Subject: [PATCH] fix link checker issue --- docs/en/samples/pre_post_processing/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/samples/pre_post_processing/python.md b/docs/en/samples/pre_post_processing/python.md index 0893050a07..00316a5ea4 100644 --- a/docs/en/samples/pre_post_processing/python.md +++ b/docs/en/samples/pre_post_processing/python.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). +This tutorial assumes that you have set up Toolbox with a basic agent as described in the [local quickstart](../../getting-started/local_quickstart.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 +```