modal 0.9.0 → 0.10.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Modal JavaScript SDK
2
2
 
3
- [![JS Reference Documentation](https://img.shields.io/badge/docs-reference-blue)](https://modal-labs.github.io/libmodal/)
3
+ [![JS Reference Documentation](https://img.shields.io/badge/docs-reference-blue)](https://modal.com/docs/sdk/js)
4
4
  [![npm Version](https://img.shields.io/npm/v/modal.svg)](https://www.npmjs.org/package/modal)
5
5
  [![npm Downloads](https://img.shields.io/npm/dm/modal.svg)](https://www.npmjs.com/package/modal)
6
6
 
@@ -35,7 +35,7 @@ load the package with either `import` or `require()` in any project.
35
35
  See the main [Modal documentation](https://modal.com/docs) and
36
36
  [user guides](https://modal.com/docs/guide) for high-level overviews. For
37
37
  details, see the
38
- [API reference documentation for for JS](https://modal-labs.github.io/libmodal/).
38
+ [API reference documentation for JS](https://modal.com/docs/sdk/js).
39
39
 
40
40
  We also provide a number of examples:
41
41