From e92c82e9accd6c96b90a107e27c2f7a84d3434aa Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Mar 2025 19:12:02 +0100 Subject: [PATCH] Update DocSidebar.tsx --- web/components/DocSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/DocSidebar.tsx b/web/components/DocSidebar.tsx index 11e2a08..fc3cceb 100644 --- a/web/components/DocSidebar.tsx +++ b/web/components/DocSidebar.tsx @@ -46,7 +46,7 @@ const sidebarItems: MenuItem[] = [ { title: "Create VM", submenu: [ - { title: "Synology VM", href: "/docs/create-vm/syno2" }, + { title: "Synology VM", href: "/docs/create-vm/synology" }, ], }, {