Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README link in HostedSnippetCustomBundleFileSetup.md #201

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/docs/HostedSnippetCustomBundleFileSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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'
</script>
```
```
Loading