1
0
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:
Steve Heffernan 2012-01-12 16:34:34 -08:00
parent 2dc3de9de1
commit a2651b9ab5

View File

@ -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 %}