Skip to content

Commit b0925b9

Browse files
committed
Change raw.github.com links to unpkg.com
unpkg.com uses the npm registry as a base for its CDN
1 parent d3082a6 commit b0925b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To quote part of the Jank Busting article:
2020

2121
Download the [production version][min] or the [development version][max] of version 0.1.2.
2222

23-
[min]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestanimationframe.min.js
24-
[max]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestanimationframe.js
23+
[min]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.min.js
24+
[max]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.js
2525

2626
In your web page:
2727

0 commit comments

Comments
 (0)