diff --git a/google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html b/google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html index 046b9ecc2..2d7b5cb06 100644 --- a/google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html +++ b/google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html @@ -96,22 +96,22 @@
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
@@ -292,8 +292,8 @@Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
-URL: http://code.google.com/appengine/appengine-api-1.0-sdk/
-Project License: Google App Engine Terms of Service
URL: appengine sdk/
+Project License: Google App Engine Terms of Service
URL: appengine-testing
+Project License: Google App Engine Terms of Service
URL: appengine-api-labs
+Project License: Google App Engine Terms of Service
URL: appengine-api-stubs
+Project License: Google App Engine Terms of Service
Google App Engine Terms of Service: appengine-api-1.0-sdk, appengine-api-labs, appengine-api-stubs, appengine-testing
+Google App Engine Terms of Service: appengine sdk, appengine-api-labs, appengine-api-stubs, appengine-testing
Apache 2: JDO2 API
Unknown: servlet-api, transaction-api
Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore
diff --git a/google-api-client-assembly/dependencies/google-api-client-dependencies.html b/google-api-client-assembly/dependencies/google-api-client-dependencies.html index 25c8cf6b5..9c14b32d1 100644 --- a/google-api-client-assembly/dependencies/google-api-client-dependencies.html +++ b/google-api-client-assembly/dependencies/google-api-client-dependencies.html @@ -189,7 +189,7 @@Description: Google Gson library
-URL: http://code.google.com/p/google-gson/
+URL: gson
Project License: The Apache Software License, Version 2.0
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
@@ -290,8 +290,8 @@Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
-URL: http://code.google.com/appengine/appengine-api-1.0-sdk/
-Project License: Google App Engine Terms of Service
URL: appengine sdk/
+Project License: Google App Engine Terms of Service
URL: appengine-testing
+Project License: Google App Engine Terms of Service
URL: appengine-api-stubs
+Project License: Google App Engine Terms of Service
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
@@ -183,7 +183,7 @@Description: The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.
-URL: http://code.google.com/p/java-diff-utils/
+URL: java-diff-utils
Project License: The Apache Software License, Version 2.0
Project License: The MIT License
URL: appengine SDK/
+Project License: Google App Engine Terms of Service
URL: appengine-testing/
+Project License: Google App Engine Terms of Service
URL: appengine-api-stubs
+Project License: Google App Engine Terms of Service
Google App Engine Terms of Service: appengine-api-1.0-sdk, appengine-api-stubs, appengine-testing
diff --git a/google-api-client-assembly/readme.html b/google-api-client-assembly/readme.html index cc4ee4e9f..4fc8a8b88 100644 --- a/google-api-client-assembly/readme.html +++ b/google-api-client-assembly/readme.html @@ -6,16 +6,16 @@High-level details about this library can be found at http://code.google.com/p/google-api-java-client + href="https://github.com/googleapis/google-api-java-client">google-api-java-client
Please read Setup + href="https://github.com/googleapis/google-http-java-client#ProGuard">Setup ProGuard for more details.
@@ -148,8 +148,8 @@text()
. These are named based
* on their usage with the partial
+ * href="https://developers.google.com/gdata/docs/2.0/reference?csw=1#PartialUpdate">partial
* response/update syntax for Google API's. If the @{@link com.google.api.client.util.Key}
* annotation is missing, the default is to use the Atom XML namespace and the Java field's name as
* the local XML name. By default, the field name is used as the JSON key. Any unrecognized XML is
diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/clientlogin/ClientLogin.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/clientlogin/ClientLogin.java
index 8e335ed45..06a96c752 100644
--- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/clientlogin/ClientLogin.java
+++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/clientlogin/ClientLogin.java
@@ -32,7 +32,7 @@
/**
* {@link Beta} diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleBrowserClientRequestUrl.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleBrowserClientRequestUrl.java index 404ac5d2d..49bce0d69 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleBrowserClientRequestUrl.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleBrowserClientRequestUrl.java @@ -78,7 +78,7 @@ public GoogleBrowserClientRequestUrl( /** * @param clientSecrets OAuth 2.0 client secrets JSON model as specified in + * href="https://developers.google.com/api-client-library/python/guide/aaa_client_secrets"> * client_secrets.json file format * @param redirectUri URI that the authorization server directs the resource owner's user-agent * back to the client after a successful authorization grant diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleClientSecrets.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleClientSecrets.java index f27e6e560..1ef796400 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleClientSecrets.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleClientSecrets.java @@ -25,7 +25,7 @@ /** * OAuth 2.0 client secrets JSON model as specified in client_secrets.json + * href="https://developers.google.com/api-client-library/python/guide/aaa_client_secrets">client_secrets.json * file format. * *
diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java index ff1ef82fb..84121e487 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java @@ -42,8 +42,8 @@ public class GoogleOAuthConstants { /** * Redirect URI to use for an installed application as specified in Using OAuth 2.0 for - * Installed Applications. + * href="https://developers.google.com/identity/protocols/OAuth2InstalledApp">Using OAuth 2.0 for + * Mobile & Desktop Apps. */ public static final String OOB_REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob"; diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java index 6cffb1d91..06f48d117 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java @@ -14,19 +14,19 @@ /** * Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google + * href="https://developers.google.com/identity/protocols/OAuth2">Using OAuth 2.0 to Access Google * APIs. * *
* Before using this library, you must register your application at the APIs Console. The result of this + * href="https://cloud.google.com/compute/docs/console">APIs Console. The result of this * registration process is a set of values that are known to both Google and your application, such * as the "Client ID", "Client Secret", and "Redirect URIs". *
* ** These are the typical steps of the web server flow based on an authorization code, as specified - * in Using OAuth 2.0 for + * in Using OAuth 2.0 for * Web Server Applications: *
* These are the typical steps of the the browser-based client flow specified in Using OAuth 2.0 for + * href="https://developers.google.com/identity/protocols/OAuth2UserAgent">Using OAuth 2.0 for * Client-side Applications: *
diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/json/package-info.java b/google-api-client/src/main/java/com/google/api/client/googleapis/json/package-info.java index b46506e4f..1703e7aab 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/json/package-info.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/json/package-info.java @@ -30,7 +30,7 @@ * *
* Let's take a look at a typical partial JSON-C video feed from the YouTube Data API (as specified - * in YouTube + * in YouTube * Developer's Guide: JSON-C / JavaScript) *
* diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java index 17d5eab13..26c2eb7bc 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpDownloader.java @@ -31,7 +31,7 @@ /** * Media HTTP Downloader, with support for both direct and resumable media downloads. Documentation * is available here. + * href='https://developers.google.com/api-client-library/java/google-api-java-client/media-download'>here. * ** Implementation is not thread-safe. diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java index 7b8e8da40..0d0a701a6 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java @@ -291,7 +291,7 @@ public MediaHttpUploader(AbstractInputStreamContent mediaContent, HttpTransport /** * Executes a direct media upload or resumable media upload conforming to the specifications - * listed here. + * listed here. * *
* This method is not reentrant. A new instance of {@link MediaHttpUploader} must be instantiated @@ -416,7 +416,7 @@ private HttpResponse resumableUpload(GenericUrl initiationRequestUrl) throws IOE if (isMediaLengthKnown()) { // TODO(rmistry): Support gzipping content for the case where media content length is - // known (https://code.google.com/p/google-api-java-client/issues/detail?id=691). + // known (https://github.com/googleapis/google-api-java-client/issues/691). response = executeCurrentRequestWithoutGZip(currentRequest); } else { response = executeCurrentRequest(currentRequest);