@zoom/meetingsdk 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- The Changelog can be found [here](https://devsupport.zoom.us/hc/en-us/sections/9220917097869-web)
1
+ The Changelog can be found [here](https://developers.zoom.us/changelog/meeting-sdk/web/)
package/README.md CHANGED
@@ -113,7 +113,7 @@ Add the following styles to the HTML page you want the Meeting SDK to live on, o
113
113
  </head>
114
114
  ```
115
115
 
116
- > Replace `{VERSION_NUMBER}` in the code above with the [latest version number](https://devsupport.zoom.us/hc/en-us/sections/9220917097869-web).
116
+ > Replace `{VERSION_NUMBER}` in the code above with the [latest version number](https://developers.zoom.us/changelog/meeting-sdk/web/).
117
117
 
118
118
  Back in the component file we will init and start or join the meeting or webinar. Here are the required properties for the `ZoomMtg.init()` function.
119
119