From bddcdfaa248a8c797b5e2bf210ea2b13ca4cf3a4 Mon Sep 17 00:00:00 2001 From: Rym <31435778+RymMichaut@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:57:23 +0200 Subject: [PATCH] Update routes.ts Contributing/Userman/Releas Notes Update routes.ts Contributing/Userman/Releas Notes --- src/constants/routes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/routes.ts b/src/constants/routes.ts index 0fab0e6c..1b120eb5 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',