1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

Fixed CDN links in setup guide

This commit is contained in:
Steve Heffernan 2014-10-30 17:24:09 -07:00
parent 957687d449
commit 758b9fda55

View File

@ -20,8 +20,8 @@ You can download the Video.js source and host it on your own servers, or use the
### CDN Version ###
```html
<link href="//vjs.zencdn.net/4.10.10.0/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.10.10.0/video.js"></script>
<link href="//vjs.zencdn.net/4.10/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.10/video.js"></script>
```
### Self Hosted. ###