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 7fd18b393d58031983215f18cd5c8997140cd465..b8a4657c55b2ff8004e2bfda8806623363085166 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.availableData.uri]"> + <a [routerLink]="['/', AppRoutes.accessManagement.uri,AppRoutes.availableData.uri]"> <button class="button" i18n="@@dataset.data.access.button"> Request access to this dataset </button>