From 9f5f976f2253bcd7b3f1b36452b93ebdc01617f4 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 23 Jul 2024 17:01:45 +0200 Subject: [PATCH] fixing documentation link --- docs/src/content/docs/general/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/general/faq.md b/docs/src/content/docs/general/faq.md index 2d9065b..86e3db8 100644 --- a/docs/src/content/docs/general/faq.md +++ b/docs/src/content/docs/general/faq.md @@ -139,7 +139,7 @@ This custom implementation was chosen because we wanted to have complete control Yes, logging can be fully customized. While the orchestrator uses `console.log` by default, you can provide your own logger when initializing the orchestrator. -For detailed instructions on customizing logging, see our [Logging documentation](/advanced-features/custom-logging). +For detailed instructions on customizing logging, see our [Logging documentation](/advanced-features/logging). ##### For a user intent, is there the possibility to execute multiple processing (so like multiple agents)?