Skip to content

Commit

Permalink
fix: Update link with initialization info (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
incompl authored May 4, 2018
1 parent 0d9cf95 commit 3fda394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const contribAdsPlugin = function(options) {
'videojs-contrib-ads was initialized too late. It must be initialized ' +
'immediately after video.js in the same tick. As a result, some ads will not ' +
'play and some media events will be incorrect. For more information, see ' +
'https://github.com/videojs/videojs-contrib-ads#important-note-about-initialization');
'http://videojs.github.io/videojs-contrib-ads/integrator/getting-started.html');
}
}, 5000);

Expand Down

0 comments on commit 3fda394

Please sign in to comment.