Skip to content

Commit 16fdbab

Browse files
docs: point Quick Start zencdn links at hosted 8.23.6 (#9215)
1 parent bf013ba commit 16fdbab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Video.js was started in May 2010 and since then:
3030
Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's `<head>`:
3131

3232
```html
33-
<link href="//vjs.zencdn.net/8.23.9/video-js.min.css" rel="stylesheet">
34-
<script src="//vjs.zencdn.net/8.23.9/video.min.js"></script>
33+
<link href="//vjs.zencdn.net/8.23.6/video-js.min.css" rel="stylesheet">
34+
<script src="//vjs.zencdn.net/8.23.6/video.min.js"></script>
3535
```
3636

3737
Alternatively, you can include Video.js by getting it from [npm](https://videojs.com/getting-started/#install-via-npm), downloading it from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN, like CDNjs.

0 commit comments

Comments
 (0)