diff --git a/README.md b/README.md index fde2a1f22a..17a0a89f0e 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ attributes. * [development roadmap](roadmap.md) * [hosted demo](http://shaka-player-demo.appspot.com) (sources in `demo/`) - * [hosted builds on cdnjs](https://cdnjs.com/libraries/shaka-player) * [hosted builds on Google Hosted Libraries](https://developers.google.com/speed/libraries/#shaka-player) + * [hosted builds on jsDelivr](https://www.jsdelivr.com/package/npm/shaka-player) * [announcement list](https://groups.google.com/forum/#!forum/shaka-player-users) ([join](docs/announcement-list-join-group.png) for release and survey announcements) diff --git a/demo/common/message_ids.js b/demo/common/message_ids.js index be8f3d318e..196d614ec9 100644 --- a/demo/common/message_ids.js +++ b/demo/common/message_ids.js @@ -63,7 +63,6 @@ shakaDemo.MessageIds = { CDN_HEADER: 'DEMO_CDN_HEADER', LIBRARIES: 'DEMO_LIBRARIES', JSDELIVR: 'DEMO_JSDELIVR', - CDNJS: 'DEMO_CDNJS', DEMO_MODE_HEADER: 'DEMO_DEMO_MODE_HEADER', COMPILED_RELEASE: 'DEMO_COMPILED_RELEASE', COMPILED_DEBUG: 'DEMO_COMPILED_DEBUG', diff --git a/demo/index.html b/demo/index.html index 223a97d27e..23c9914e06 100644 --- a/demo/index.html +++ b/demo/index.html @@ -147,7 +147,6 @@