From 89e39996418e2c0a8f2a22286bf1d2724dc1fed3 Mon Sep 17 00:00:00 2001 From: Bryan Paget Date: Wed, 10 May 2023 16:06:10 +0000 Subject: [PATCH] update references to daaas to aaw --- .../centraldashboard/config/centraldashboard-config.yaml | 4 ++-- components/centraldashboard/public/assets/i18n/languages.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/centraldashboard/config/centraldashboard-config.yaml b/components/centraldashboard/config/centraldashboard-config.yaml index c9c4b727a97..5a3dc8c70b0 100644 --- a/components/centraldashboard/config/centraldashboard-config.yaml +++ b/components/centraldashboard/config/centraldashboard-config.yaml @@ -73,7 +73,7 @@ data: { "text": "Advanced Analytics Workspace Docs", "desc": "Helpful guides about our data and analysis tools", - "link": "https://statcan.github.io/daaas/" + "link": "https://statcan.github.io/aaw/" }, { "text": "Video Tutorial Series", @@ -189,7 +189,7 @@ data: { "text": "Documents de l'espace d'analyses avancées", "desc": "Guides utiles pour nos données et outils d'analyse", - "link": "https://statcan.github.io/daaas/" + "link": "https://statcan.github.io/aaw/" }, { "text": "Série de didacticiels vidéos", diff --git a/components/centraldashboard/public/assets/i18n/languages.json b/components/centraldashboard/public/assets/i18n/languages.json index 16d5ff8fa38..9e4b010836e 100644 --- a/components/centraldashboard/public/assets/i18n/languages.json +++ b/components/centraldashboard/public/assets/i18n/languages.json @@ -17,7 +17,7 @@ "dashboardView.headingDocumentation": "Documentation", "dashboardView.docItemAawdText": "FR Advanced Analytics Workspace Docs", "dashboardView.docItemAawdDesc": "FR Helpful guides about our data and analysis tools", - "dashboardView.docItemAawdLink": "https://statcan.github.io/daaas/", + "dashboardView.docItemAawdLink": "https://statcan.github.io/aaw/", "dashboardView.docItemVideoTutorialText": "Video Tutorial Series", "dashboardView.docItemVideoTutorialDesc": "YouTube playlist of videos for getting started with Advanced Analytics Workspace tools", "dashboardView.docItemVideoTutorialLink": "https://www.youtube.com/playlist?list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD", @@ -120,7 +120,7 @@ "dashboardView.headingDocumentation": "Documentation", "dashboardView.docItemAawdText": "Documents de l'espace d'analyses avancées", "dashboardView.docItemAawdDesc": "Guides utiles pour nos données et outils d'analyse", - "dashboardView.docItemAawdLink": "https://statcan.github.io/daaas/", + "dashboardView.docItemAawdLink": "https://statcan.github.io/aaw/", "dashboardView.docItemVideoTutorialText": "Série de didacticiels vidéos", "dashboardView.docItemVideoTutorialDesc": "Playlist de vidéos YouTube pour commencer avec les outils de l'espace d'analyses avancées", "dashboardView.docItemVideoTutorialLink": "https://www.youtube.com/playlist?list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD",