Skip to content

Commit

Permalink
docs: fix autogen install url (#3459)
Browse files Browse the repository at this point in the history
/docs/installation redirects for some reason to /docs/docs/installation.
Using the full url is more reliable
  • Loading branch information
Lulalaby authored Sep 4, 2024
1 parent 0871b3c commit 16396b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 16396b6

Please sign in to comment.