mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
Fixed wrong url for CDN
This commit is contained in:
parent
2dc3de9de1
commit
a2651b9ab5
@ -17,8 +17,8 @@ You can download the Video.js source and host it on your own servers, or use the
|
||||
|
||||
{% highlight html %}
|
||||
|
||||
<script src="http://vjs.zencdn.com/c/video.js"></script>
|
||||
<link href="http://vjs.zencdn.com/c/video-js.css" rel="stylesheet">
|
||||
<script src="http://vjs.zencdn.net/c/video.js"></script>
|
||||
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
|
||||
|
||||
{% endhighlight %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user