diff --git a/src/constants/routes.ts b/src/constants/routes.ts index 0fab0e6..1b120eb 100644 --- a/src/constants/routes.ts +++ b/src/constants/routes.ts @@ -12,11 +12,11 @@ export const ROUTES: Record> = { CONTACT_US: '/contact-us', DOCUMENTATION: 'https://docs.taipy.io/en/latest/', DOCUMENTATION_APPS_EXAMPLES: 'https://docs.taipy.io/en/latest/gallery/', - DOCUMENTATION_CONTRIBUTING: 'https://docs.taipy.io/en/latest/contributing/contributing/', + DOCUMENTATION_CONTRIBUTING: 'https://docs.taipy.io/en/latest/contributing/', DOCUMENTATION_GETTING_STARTED: 'https://docs.taipy.io/en/latest/getting_started/', DOCUMENTATION_TUTORIALS: 'https://docs.taipy.io/en/latest/tutorials/', - DOCUMENTATION_MANUALS: 'https://docs.taipy.io/en/latest/manuals/', - DOCUMENTATION_RELNOTES: 'https://docs.taipy.io/en/latest/relnotes/', + DOCUMENTATION_MANUALS: 'https://docs.taipy.io/en/latest/userman/', + DOCUMENTATION_RELNOTES: 'https://docs.taipy.io/en/latest/release-notes/', REQUEST_A_DEMO: '/book-a-call', REQUEST_A_QUOTE: '/request-a-quote', REQUEST_A_DESIGNER_DEMO: '/request-a-designer-demo',