diff --git a/client/src/landing/NavBar.jsx b/client/src/landing/NavBar.jsx index 5f357ef0e..e78e5cb7d 100644 --- a/client/src/landing/NavBar.jsx +++ b/client/src/landing/NavBar.jsx @@ -96,7 +96,7 @@ function FooterNavbarAnonymousLinks() { function FooterNavbarLoggedInLinks({ privacyLink }) { const helpLocation = location.pathname.startsWith("/v2") ? ABSOLUTE_ROUTES.v2.help.root - : Url.pages.help; + : Url.pages.help.root; return ( <> diff --git a/client/src/utils/helpers/url/Url.js b/client/src/utils/helpers/url/Url.js index 17b95f17e..e8d86978a 100644 --- a/client/src/utils/helpers/url/Url.js +++ b/client/src/utils/helpers/url/Url.js @@ -274,13 +274,13 @@ const Url = { search: "/v1/search", inactiveKgProjects: "/inactive-kg-projects", help: { - base: "/help", - documentation: "/help/docs", - getting: "/help/getting", - privacy: "/help/privacy", - release: "/help/release", - status: "/help/status", - tos: "/help/tos", + base: "/v1/help", + documentation: "/v1/help/docs", + getting: "/v1/help/getting", + privacy: "/v1/help/privacy", + release: "/v1/help/release", + status: "/v1/help/status", + tos: "/v1/help/tos", }, projects: { base: new UrlRule(projectsSearchUrlBuilder(), [], searchValidation, [