From 7ad8119d06265526610cbde06f2702310e722d90 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Tue, 27 May 2025 00:12:29 -0700 Subject: [PATCH] fix link to package documentation --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 573cdd4c..e2a3e5c4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,7 +26,7 @@ module.exports = { to: "/documentation", label: "Documentation", }, { - to: "/documentation/master", label: "Package Documentation", + to: "/package-documentation/develop", label: "Package Documentation", }, { to: "/tutorials", label: "Tutorials",