From 922dde8a84bb49b9d6ef780fb236c26abbcc5bf4 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 3 Aug 2019 21:04:42 -0700 Subject: [PATCH] docs: Update the webtorrent JS url We were using the old URL pattern, which linked to 0.98.x instead of 0.105.x. --- 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.
- + +