diff --git a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx
index 02c195d1f42..cff7ec375ba 100644
--- a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx
+++ b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx
@@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Use AWS SDK',
- description: 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSPinpoint instance.',
+ description: 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSRekognition instance.',
platforms: [
'swift',
'android'
@@ -31,10 +31,10 @@ export function getStaticProps(context) {
};
}
-import ios0 from '/src/fragments/lib/analytics/ios/escapehatch.mdx';
+import ios0 from '/src/fragments/lib/predictions/ios/escapehatch.mdx';
-import android1 from '/src/fragments/lib/analytics/android/escapehatch.mdx';
+import android1 from '/src/fragments/lib/predictions/android/escapehatch.mdx';
diff --git a/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx b/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx
index 8a7979aa9bb..1309c603782 100644
--- a/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx
+++ b/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx
@@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Use AWS SDK',
description:
- 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSPinpoint instance.',
+ 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSRekognition instance.',
platforms: ['swift', 'android']
};