From ba03375ee4d49c0dce62b3e9922f2a6b9223f9dd Mon Sep 17 00:00:00 2001 From: xiliangxiaoke Date: Thu, 19 Jun 2025 13:22:31 +0800 Subject: [PATCH] Update debugging.mdx link is error --- docs/tutorials/debugging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/debugging.mdx b/docs/tutorials/debugging.mdx index 00796359..a677f6c7 100644 --- a/docs/tutorials/debugging.mdx +++ b/docs/tutorials/debugging.mdx @@ -80,7 +80,7 @@ in mind: To start using the AG-UI Dojo: 1. Clone the repository from - [github.com/ag-ui-protocol/dojo](https://github.com/ag-ui-protocol/dojo) + [github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo) 2. Follow the setup instructions in the README 3. Start working through the demonstrations in order 4. Use the provided test cases to validate your implementation