diff --git a/docs/faq.md b/docs/faq.md index c04e2f15..e32c1a19 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -231,7 +231,7 @@ clients like Transmission, and uTorrent to add support for WebTorrent. **Vuze** ## How do I get started? To start using WebTorrent, simply include the -[`webtorrent.min.js`](https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js) +[`webtorrent.min.js`](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js) script on your page. If you use [browserify](http://browserify.org/), you can `npm install webtorrent` and `require('webtorrent')`. diff --git a/docs/get-started.md b/docs/get-started.md index 58529d68..362e8fee 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -6,7 +6,7 @@ to get started! ## Install To start using WebTorrent, simply include the -[`webtorrent.min.js`](https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js) +[`webtorrent.min.js`](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js) script on your page. ```html @@ -129,7 +129,7 @@ downloaded.
- + +