From 23fd92a0175596882891b61c0a6a8f9beeb39af8 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 9 Oct 2024 16:34:39 -0400 Subject: [PATCH] Fix packages link (#3718) --- python/packages/autogen-core/docs/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/conf.py b/python/packages/autogen-core/docs/src/conf.py index a5988cd49706..489e6534d9cf 100644 --- a/python/packages/autogen-core/docs/src/conf.py +++ b/python/packages/autogen-core/docs/src/conf.py @@ -98,7 +98,7 @@ }, { "name": "PyPI", - "url": "/packages", + "url": "/autogen/dev/packages", "icon": "fa-custom fa-pypi", }, ],