1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-15 01:34:23 +02:00

Updated the CDN links in the setup guide

This commit is contained in:
Steve Heffernan
2014-02-19 12:49:29 -08:00
parent f135b97ce0
commit 4fe74d52a9
3 changed files with 18 additions and 2 deletions

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.3/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.3/video.js"></script>
<link href="//vjs.zencdn.net/4.4/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.4/video.js"></script>
```
### Self Hosted. ###