From 4eb426ffdea1da849a7f575567f011a97ae9b93a Mon Sep 17 00:00:00 2001 From: shobhit upadhyay Date: Thu, 20 Nov 2025 13:04:13 +0530 Subject: [PATCH] Update AEM documentation URL in constants file to include the correct link for data requirements. --- ui/src/utilities/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/utilities/constants.ts b/ui/src/utilities/constants.ts index ffef3c90a..b302af7f0 100644 --- a/ui/src/utilities/constants.ts +++ b/ui/src/utilities/constants.ts @@ -122,7 +122,7 @@ export const VALIDATION_DOCUMENTATION_URL: { [key: string]: string } = { 'https://assets.contentstack.io/v3/assets/bltc09cefc19ddf033f/bltb14c2df7c5e202ba/67ee3fcdb509b76f5f308ac4/contentful.pdf', wordpress: '', drupal: '', - aem: '' + aem: 'https://assets.contentstack.io/v3/assets/bltc09cefc19ddf033f/blt3df735914488e75d/AEM%20Data%20Requirements.pdf' };