From 520f80ff7ead334b8a0a97db428d9eaa251b4085 Mon Sep 17 00:00:00 2001 From: Burhan <62214284+Burhan-Q@users.noreply.github.com> Date: Thu, 22 May 2025 07:34:00 -0400 Subject: [PATCH] Adds link to repo in text --- docs/openapi-servers/open-webui.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openapi-servers/open-webui.mdx b/docs/openapi-servers/open-webui.mdx index 73abd3b..6dc488a 100644 --- a/docs/openapi-servers/open-webui.mdx +++ b/docs/openapi-servers/open-webui.mdx @@ -13,7 +13,7 @@ In this guide, you'll learn how to launch an OpenAPI-compatible tool server and ## Step 1: Launch an OpenAPI Tool Server -To begin, you'll need to start one of the reference tool servers available in the openapi-servers repo. For quick testing, we’ll use the time tool server as an example. +To begin, you'll need to start one of the reference tool servers available in the [openapi-servers repo](https://github.com/open-webui/openapi-servers). For quick testing, we’ll use the time tool server as an example. 🛠️ Example: Starting the `time` server locally @@ -160,7 +160,7 @@ Want to enable ReACT-style (Reasoning + Acting) native function calls directly i ## Need More Tools? Explore & Expand! 🧱 -The openapi-servers repo includes a variety of useful reference servers: +The [openapi-servers repo](https://github.com/open-webui/openapi-servers) includes a variety of useful reference servers: - 📂 Filesystem access - 🧠 Memory & knowledge graphs