From fa0b8f33685782cea71693dab9bbde049e385992 Mon Sep 17 00:00:00 2001 From: Anish Shah <93145909+ash0ts@users.noreply.github.com> Date: Fri, 25 Aug 2023 18:34:08 -0400 Subject: [PATCH] fix broken wandb link in debugging page (#9771) - Description: Fix broken hyperlink in debugging page --- docs/extras/guides/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/guides/debugging.md b/docs/extras/guides/debugging.md index 20342898995..2527034dcb1 100644 --- a/docs/extras/guides/debugging.md +++ b/docs/extras/guides/debugging.md @@ -8,7 +8,7 @@ Here's a few different tools and functionalities to aid in debugging. ## Tracing -Platforms with tracing capabilities like [LangSmith](/docs/guides/langsmith/) and [WandB](/docs/ecosystem/integrations/agent_with_wandb_tracing) are the most comprehensive solutions for debugging. These platforms make it easy to not only log and visualize LLM apps, but also to actively debug, test and refine them. +Platforms with tracing capabilities like [LangSmith](/docs/guides/langsmith/) and [WandB](/docs/integrations/providers/wandb_tracing) are the most comprehensive solutions for debugging. These platforms make it easy to not only log and visualize LLM apps, but also to actively debug, test and refine them. For anyone building production-grade LLM applications, we highly recommend using a platform like this.