diff --git a/examples/minimal/README.md b/examples/minimal/README.md index 55fe40f5..0ca7b7ad 100644 --- a/examples/minimal/README.md +++ b/examples/minimal/README.md @@ -9,5 +9,3 @@ $ git clone git@github.com:captbaritone/webamp.git $ cd webamp $ open examples/minimal/index.html ``` - -Or just navigate to diff --git a/examples/minimal/index.html b/examples/minimal/index.html index 82209308..32bcb5b3 100755 --- a/examples/minimal/index.html +++ b/examples/minimal/index.html @@ -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')); diff --git a/examples/webpack/index.js b/examples/webpack/index.js index 4d4c340e..0aa00a27 100644 --- a/examples/webpack/index.js +++ b/examples/webpack/index.js @@ -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 } ]