From 6d3fd16011e95d93b21b83c5f8e3fdf7aa744caf Mon Sep 17 00:00:00 2001
From: Matthieu Benoist <mbenoist@ausy-group.com>
Date: Thu, 19 May 2022 15:56:18 +0200
Subject: [PATCH] Changes the target link for the "request access" button

---
 .../restricted-access-banner.component.html                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/shared/components/restricted-access-banner/restricted-access-banner.component.html b/src/app/shared/components/restricted-access-banner/restricted-access-banner.component.html
index 6da20246..7fd18b39 100644
--- a/src/app/shared/components/restricted-access-banner/restricted-access-banner.component.html
+++ b/src/app/shared/components/restricted-access-banner/restricted-access-banner.component.html
@@ -11,7 +11,7 @@
       entire dataset, please apply for its access, in compliance with its terms of use.</span>
   </div>
   <div class="access-restreint-button">
-    <a [routerLink]="['/', AppRoutes.accessManagement.uri]">
+    <a [routerLink]="['/', AppRoutes.availableData.uri]">
       <button class="button" i18n="@@dataset.data.access.button">
         Request access to this dataset
       </button>
-- 
GitLab