Skip to content

Commit 91c30e9

Browse files
"Updating samples to reflect recent changes."
1 parent 83232fe commit 91c30e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/analytics_codelab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
google.load('visualization', '1.0', {'packages': ['corechart']});
1818

1919
// Upon loading, the Google APIs JS client automatically invokes this callback.
20-
// See http://code.google.com/p/google-api-javascript-client/wiki/Authentication
20+
// See https://developers.google.com/api-client-library/javascript/features/authentication
2121
window.onJSClientLoad = function() {
2222
gapi.auth.init(function() {
2323
window.setTimeout(checkAuth, 1);
@@ -67,7 +67,7 @@
6767

6868
// Load the client interfaces for the YouTube Analytics and Data APIs, which
6969
// are required to use the Google APIs JS client. More info is available at
70-
// http://code.google.com/p/google-api-javascript-client/wiki/GettingStarted#Loading_the_Client
70+
// https://developers.google.com/api-client-library/javascript/dev/dev_jscript#loading-the-client-library-and-the-api
7171
function loadAPIClientInterfaces() {
7272
gapi.client.load('youtube', 'v3', function() {
7373
gapi.client.load('youtubeAnalytics', 'v1', function() {

0 commit comments

Comments
 (0)