From 7a5abb11569810d0843f8cb4c8c8fcfe59e52f54 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 4 Sep 2019 23:58:31 -0700 Subject: [PATCH] Update jsdelivr URLs to use latest WebTorrent --- docs/faq.md | 2 +- docs/get-started.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.
- + +