1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00

Merge branch 'hotfix/docs-url-fix' into stable

This commit is contained in:
Steve Heffernan 2012-01-12 16:35:16 -08:00
commit c6153f7556
3 changed files with 6 additions and 3 deletions

View File

@ -13,3 +13,6 @@ CHANGELOG
---- 3.0.5 / 2012-01-12 / event-layer-x-deprecation-fix ------------------------ ---- 3.0.5 / 2012-01-12 / event-layer-x-deprecation-fix ------------------------
* Removed deprecated event.layerX and layerY * Removed deprecated event.layerX and layerY
---- 3.0.6 / 2012-01-12 / docs-url-fix -----------------------------------------
* Fixed wrong URL for CDN in docs

View File

@ -1,4 +1,4 @@
--- ---
major: 3 major: 3
patch: 5 patch: 6
minor: 0 minor: 0

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 %} {% highlight html %}
<script src="http://vjs.zencdn.com/c/video.js"></script> <script src="http://vjs.zencdn.net/c/video.js"></script>
<link href="http://vjs.zencdn.com/c/video-js.css" rel="stylesheet"> <link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
{% endhighlight %} {% endhighlight %}