From 16396b6154a5d72269abd9025db40b06bcea987d Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Wed, 4 Sep 2024 17:49:35 +0200 Subject: [PATCH] docs: fix autogen install url (#3459) /docs/installation redirects for some reason to /docs/docs/installation. Using the full url is more reliable --- .../docs/topics/non-openai-models/local-litellm-ollama.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/topics/non-openai-models/local-litellm-ollama.ipynb b/website/docs/topics/non-openai-models/local-litellm-ollama.ipynb index 2e009d2f2251..d7cd68937314 100644 --- a/website/docs/topics/non-openai-models/local-litellm-ollama.ipynb +++ b/website/docs/topics/non-openai-models/local-litellm-ollama.ipynb @@ -14,7 +14,7 @@ "\n", "Running this stack requires the installation of:\n", "\n", - "1. AutoGen ([installation instructions](/docs/installation))\n", + "1. AutoGen ([installation instructions](https://microsoft.github.io/autogen/docs/installation))\n", "2. LiteLLM\n", "3. Ollama\n", "\n",