Skip to content

Commit

Permalink
RIP rawgit
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 9, 2018
1 parent bd923e4 commit 27ead4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ $ git clone [email protected]:captbaritone/webamp.git
$ cd webamp
$ open examples/minimal/index.html
```

Or just navigate to <https://cdn.rawgit.com/captbaritone/webamp/master/examples/minimal/index.html>
2 changes: 1 addition & 1 deletion examples/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
artist: "DJ Mike Llama",
title: "Llama Whippin' Intro"
},
url: "https://cdn.rawgit.com/captbaritone/webamp/43434d82/mp3/llama-2.91.mp3",
url: "https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3",
duration: 5.322286
}],
}).renderWhenReady(document.getElementById('app'));
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ new Webamp({
title: "Llama Whippin' Intro"
},
url:
"https://cdn.rawgit.com/captbaritone/webamp/43434d82/mp3/llama-2.91.mp3",
"https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3",
duration: 5.322286
}
]
Expand Down

0 comments on commit 27ead4a

Please sign in to comment.