Skip to content

Commit 6bcf30f

Browse files
Update articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md
Co-authored-by: Victor Chapel <[email protected]>
1 parent 7bf65e9 commit 6bcf30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Next we want to make a new file called `index.html`. This is the webpage that we
8181

8282
#### 2. Getting the code
8383

84-
First you want to download the **JavaScript bundle** from [here](https://github.com/Azure/communication-ui-library/releases/download/PublicPreview%2F1.16.0-beta.1/outboundCallComposite.js). Put this bundle in the same directory as your `index.html`.
84+
First, download the **JavaScript bundle** from [Outbound Call Composite JavaScript file](https://github.com/Azure/communication-ui-library/releases/download/PublicPreview%2F1.16.0-beta.1/outboundCallComposite.js). Put this bundle in the same directory as your `index.html`.
8585

8686
Next you want to open `index.html` in VS Code and add the following snippet.
8787

0 commit comments

Comments
 (0)