-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links #1
base: master
Are you sure you want to change the base?
Conversation
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
@@ -142,10 +142,10 @@ <h3>provided<a name="provided"></a></h3> | |||
<th>License</th></tr> | |||
<tr class="b"> | |||
<td>com.google.appengine</td> | |||
<td><a class="externalLink" href="http://code.google.com/appengine/appengine-api-1.0-sdk/">appengine-api-1.0-sdk</a></td> | |||
<td><a class="externalLink" href="https://cloud.google.com/appengine/downloads/">appengine sdk</a></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really sure but, is this url would be better?
https://cloud.google.com/appengine/
@@ -363,7 +363,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3> | |||
<tr class="b"> | |||
<td> | |||
<p><b>Description: </b>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</p> | |||
<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/java-diff-utils/">http://code.google.com/p/java-diff-utils/</a></p> | |||
<p><b>URL: </b><a class="externalLink" href="https://code.google.com/archive/p/java-diff-utils/">java-diff-utils</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this be more appropriate https://github.com/java-diff-utils/java-diff-utils ?
</p> | ||
<ul> | ||
<li><a | ||
href='http://code.google.com/p/google-api-java-client/wiki/ReleaseNotes#Version_${project.version}'>Release | ||
href='https://github.com/googleapis/google-api-java-client#Version_${project.version}'>Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be something like https://github.com/googleapis/google-api-java-client/releases/tags/${project.version}
@@ -68,7 +68,7 @@ <h3>Dependencies and Licenses</h3> | |||
|
|||
<h3>Maven Usage</h3> | |||
For information on how to add these libraries to your Maven project please see | |||
<a href='http://code.google.com/p/google-api-java-client/wiki/Setup#Maven'>http://code.google.com/p/google-api-java-client/wiki/Setup#Maven</a>. | |||
<a href='https://github.com/googleapis/google-api-java-client#Maven'>Maven</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh sorry, I think https://developers.google.com/api-client-library/java/google-api-java-client/setup#maven be bettter
@@ -90,7 +90,7 @@ <h3>ProGuard</h3> | |||
</p> | |||
<p> | |||
Please read <a | |||
href="http://code.google.com/p/google-http-java-client/wiki/Setup#ProGuard">Setup | |||
href="https://github.com/googleapis/google-http-java-client#ProGuard">Setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -148,8 +148,8 @@ <h3>Android Dependencies</h3> | |||
<a href='libs'>libs</a> folder also contains properties files that specify the | |||
location of source jars for Android projects in Eclipse. | |||
<br /> Please see the | |||
<a href='http://code.google.com/p/google-api-java-client/wiki/Android'>Android | |||
wiki</a> for the Android Developer's Guide. | |||
<a href='https://github.com/googleapis/google-api-java-client'>Android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
google-api-client-xml/src/main/java/com/google/api/client/googleapis/xml/atom/package-info.java
Outdated
Show resolved
Hide resolved
@@ -31,7 +31,7 @@ | |||
/** | |||
* Google-specific implementation of the OAuth 2.0 request for an access token based on an | |||
* authorization code (as specified in <a | |||
* href="http://code.google.com/apis/accounts/docs/OAuth2WebServer.html">Using OAuth 2.0 for Web | |||
* href="https://developers.google.com/identity/protocols/OAuth2WebServer?csw=1">Using OAuth 2.0 for Web |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove ?csw=1
from url
@@ -42,8 +42,8 @@ | |||
|
|||
/** | |||
* Redirect URI to use for an installed application as specified in <a | |||
* href="http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html">Using OAuth 2.0 for | |||
* Installed Applications</a>. | |||
* href="https://developers.google.com/identity/protocols/OAuth2InstalledApp?csw=1">Using OAuth 2.0 for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1
from URL
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java
Outdated
Show resolved
Hide resolved
* 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". | ||
* </p> | ||
* | ||
* <p> | ||
* These are the typical steps of the web server flow based on an authorization code, as specified | ||
* in <a href="http://code.google.com/apis/accounts/docs/OAuth2WebServer.html">Using OAuth 2.0 for | ||
* in <a href="https://developers.google.com/identity/protocols/OAuth2WebServer?csw=1">Using OAuth 2.0 for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1 from URL
@@ -45,15 +45,15 @@ | |||
* | |||
* <p> | |||
* These are the typical steps of the the browser-based client flow specified in <a | |||
* href="http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html">Using OAuth 2.0 for | |||
* href="https://developers.google.com/identity/protocols/OAuth2UserAgent?csw=1">Using OAuth 2.0 for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove ?csw=1
from URL
@@ -28,7 +28,7 @@ | |||
|
|||
/** | |||
* Data class representing the Google JSON error response content, as documented for example in <a | |||
* href="https://code.google.com/apis/urlshortener/v1/getting_started.html#errors">Error | |||
* href="https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors">Error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1
from URL
Fixes #googleapis#1187