We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08ca32 commit ab1fdddCopy full SHA for ab1fddd
1 file changed
javascript/auth.js
@@ -50,7 +50,7 @@ function handleAuthResult(authResult) {
50
51
// Load the client interfaces for the YouTube Analytics and Data APIs, which
52
// are required to use the Google APIs JS client. More info is available at
53
-// http://code.google.com/p/google-api-javascript-client/wiki/GettingStarted#Loading_the_Client
+// https://developers.google.com/api-client-library/javascript/dev/dev_jscript#loading-the-client-library-and-the-api
54
function loadAPIClientInterfaces() {
55
gapi.client.load('youtube', 'v3', function() {
56
handleAPILoaded();
0 commit comments