Skip to content

Commit

Permalink
Fix README link in HostedSnippetCustomBundleFileSetup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spenlep-amzn authored Nov 24, 2023
1 parent c88f854 commit 34f278b
Showing 1 changed file with 2 additions and 2 deletions.
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>
```
```

0 comments on commit 34f278b

Please sign in to comment.