From 8aaba85a0a853797f07df140b755f57a393dcc31 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Thu, 12 Sep 2024 21:38:39 +0200 Subject: [PATCH] fix broken links (#197) --- docs/docs/en/user-guide/runtime/autogen/index.md | 2 +- docs/docs/en/user-guide/ui/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/en/user-guide/runtime/autogen/index.md b/docs/docs/en/user-guide/runtime/autogen/index.md index 8b4d3c250..4e859ff6c 100644 --- a/docs/docs/en/user-guide/runtime/autogen/index.md +++ b/docs/docs/en/user-guide/runtime/autogen/index.md @@ -86,4 +86,4 @@ Ensure you have set your OpenAI API key in the environment and that the weather This example demonstrates the power of the **AutoGen** runtime within FastAgency, showing how easy it is to integrate LLM-powered agents with real-time API services. By leveraging FastAgency, developers can quickly create interactive, scalable applications that interact with external data sources in real-time. -For more detailed documentation, visit the [AutoGen Reference](../../../../api/fastagency/runtime/autogen/AutoGenWorkflows/). +For more detailed documentation, visit the [AutoGen Reference](../../../api/fastagency/runtime/autogen/AutoGenWorkflows/). diff --git a/docs/docs/en/user-guide/ui/index.md b/docs/docs/en/user-guide/ui/index.md index 4a3380a5a..183513fb6 100644 --- a/docs/docs/en/user-guide/ui/index.md +++ b/docs/docs/en/user-guide/ui/index.md @@ -14,7 +14,7 @@ The **ConsoleUI** provides a command-line interface for interacting with FastAge ### 2. **[MesopUI](./mesop/basics/)** The **MesopUI** is a web-based interface that enables users to interact with agents through a browser. This UI is designed for applications that need a more graphical and interactive experience for users. -[Learn more about MesopUI →](./mesop/basics/basics/) +[Learn more about MesopUI →](./mesop/basics/) ### 3. **[FastAPI UI (Coming Soon)](./fastapi/basics/)** FastAgency will soon introduce **FastAPI UI** support, which will allow you to build multi-agent systems with a FastAPI backend. This will enable seamless integration with RESTful APIs for modern web applications.