From c901fcee6bd8feb40812bd93d966839caa665a9f Mon Sep 17 00:00:00 2001 From: 45aff0062cf1b0e55a6532b0a513db6be3952d17 Date: Fri, 15 Jan 2016 15:31:08 -0500 Subject: [PATCH] @mister-ben updated CDN urls in setup guide. closes #2984 --- CHANGELOG.md | 1 + docs/guides/setup.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6dd6d373..5109ad8f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ CHANGELOG ## HEAD (Unreleased) * @gkasev updated vjs to correctly return already created player when given an element ([view](https://github.com/videojs/video.js/pull/3006)) +* @mister-ben updated CDN urls in setup guide ([view](https://github.com/videojs/video.js/pull/2984)) -------------------- diff --git a/docs/guides/setup.md b/docs/guides/setup.md index a843961bb9..085dc4e9a8 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -14,8 +14,8 @@ You can download the Video.js source and host it on your own servers, or use the ### CDN Version ### ```html - - + + ``` We include a stripped down Google Analytics pixel that tracks a random percentage (currently 1%) of players loaded from the CDN. This allows us to see (roughly) what browsers are in use in the wild, along with other useful metrics such as OS and device. If you'd like to disable analytics, you can simply include the following global **before** including Video.js: