From a17bf78f0a22621ba189c112ee0a650d43abacd4 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 23 Jul 2024 16:57:05 +0200 Subject: [PATCH] fixing documentation links --- docs/src/content/docs/general/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/general/how-it-works.md b/docs/src/content/docs/general/how-it-works.md index d3ba13e..d08f3e3 100644 --- a/docs/src/content/docs/general/how-it-works.md +++ b/docs/src/content/docs/general/how-it-works.md @@ -87,7 +87,7 @@ The main components that are composing the orchestrator: - Processes user input and orchestrates the generation of appropriate responses - Handles error scenarios and fallback mechanisms -- [Classifier](/classifier/overview) +- [Classifier](/classifiers/overview) - Examines user input, agent descriptions, and conversation history - Identifies the most appropriate agent for each request - Custom Classifiers: Create entirely new classifiers for specific tasks or domains