From cb3fc12e1075abd075c1a33bc73b8a34418f0ddb Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axil@gitlab.com> Date: Sun, 21 Jul 2024 14:42:21 +0300 Subject: [PATCH] Fix Geo selective sync UI link --- ee/app/assets/javascripts/geo_site_form/constants.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ee/app/assets/javascripts/geo_site_form/constants.js b/ee/app/assets/javascripts/geo_site_form/constants.js index 209625ce760f6..2e0913b1cf536 100644 --- a/ee/app/assets/javascripts/geo_site_form/constants.js +++ b/ee/app/assets/javascripts/geo_site_form/constants.js @@ -20,10 +20,8 @@ export const SECONDARY_SITE_SETTINGS = helpPagePath('administration/geo_sites.ht anchor: 'secondary-site-settings', }); -// eslint-disable-next-line local-rules/require-valid-help-page-path export const SELECTIVE_SYNC_MORE_INFO = helpPagePath( - 'administration/geo/replication/configuration.html', - { anchor: 'selective-synchronization' }, + 'administration/geo/replication/selective_synchronization', ); export const OBJECT_STORAGE_MORE_INFO = helpPagePath( -- GitLab