From 36f2ac8c698fe7eb05f60ef657e736cd2edc3071 Mon Sep 17 00:00:00 2001 From: Terry Sutton Date: Mon, 10 Apr 2023 14:23:45 -0230 Subject: [PATCH] Fix url root --- .../components/Navigation/NavigationMenu/NavigationMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx b/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx index 03670f64f9..85f1b9493b 100644 --- a/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx +++ b/apps/docs/components/Navigation/NavigationMenu/NavigationMenu.tsx @@ -351,7 +351,7 @@ const NavigationMenu = () => { id={'reference_self_hosting_functions'} active={isReference_Self_Hosting_Functions} commonSections={functionsServerCommonSections} - lib="self-hosting-analytics" + lib="self-hosting-functions" /> )