From 34f278b65f13fcbdc89a53ba850f82ea0560b188 Mon Sep 17 00:00:00 2001 From: spenlep-amzn <150714337+spenlep-amzn@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:05:56 -0800 Subject: [PATCH] Fix README link in HostedSnippetCustomBundleFileSetup.md --- .github/docs/HostedSnippetCustomBundleFileSetup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/docs/HostedSnippetCustomBundleFileSetup.md b/.github/docs/HostedSnippetCustomBundleFileSetup.md index a239393..f96b37b 100644 --- a/.github/docs/HostedSnippetCustomBundleFileSetup.md +++ b/.github/docs/HostedSnippetCustomBundleFileSetup.md @@ -25,7 +25,7 @@ If your intention is to only customize [amazon-connect-chat-interface.js](https: 2. On the Chat Widget Panel, you can see your Chat widget script. ![Alt text](/.github/screenshots/built-in-script-setup-steps-lmaw.jpg) -3. You can customize and upload your `amazon-connect-interface.js` file to your own S3 bucket or any storage server. Follow [customize interface.js steps](https://github.com/amazon-connect/amazon-connect-chat-interface/blob/spenlep/improve-readme-documentation/DOCUMENTATION.md#features) to customize `amazon-connect-interface.js`. +3. You can customize and upload your `amazon-connect-interface.js` file to your own S3 bucket or any storage server. Follow [customize interface.js steps](https://github.com/amazon-connect/amazon-connect-chat-interface/blob/master/DOCUMENTATION.md#features) to customize `amazon-connect-interface.js`. - 3-1. Build your own amazon-connect-chat-interface.js and upload it in your S3 bucket. ![Alt text](/.github/screenshots/built-in-script-setup-steps-s3.jpg) @@ -66,4 +66,4 @@ Host your own `amazon-connect-chat-interface.js` bundle file and provide the lin + amazon_connect('customerChatInterfaceUrl', 'https://...'); // TODO: put in your link to amazon-connect-chat-interface.js // Local file is also supported: './amazon-connect-chat-interface.js' -``` \ No newline at end of file +```