Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex <alxmorais8@msn.com>2020-04-19 21:14:38 +0300
committerGitHub <noreply@github.com>2020-04-19 21:14:38 +0300
commiteb50a7972b4c96257c8e19a365124a13b7403054 (patch)
tree1871739eeb39b4ee52c8d7cb86c5c8cb2368238f /docs
parentfb8392d9f3a60fd0d5727a1d71967c06186844da (diff)
Fix drag-drop.min.js link
Diffstat (limited to 'docs')
-rw-r--r--docs/get-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/get-started.md b/docs/get-started.md
index 362e8fe..bee3b9d 100644
--- a/docs/get-started.md
+++ b/docs/get-started.md
@@ -83,7 +83,7 @@ This example uses the [`drag-drop`][drag-drop] package, to make the HTML5 Drag a
Drop API easier to work with.
**Note:** If you do not use browserify, use the standalone file
-[`dragdrop.min.js`](https://raw.githubusercontent.com/feross/drag-drop/master/dragdrop.min.js).
+[`dragdrop.min.js`](https://bundle.run/drag-drop).
This exports a `DragDrop` function on `window`.
### Download and save a torrent (in Node.js)