Skip to content
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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Links #1

wants to merge 16 commits into from

Conversation

romlogic
Copy link
Owner

@@ -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>

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>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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>.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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

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

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

* 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

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
Copy link

@rahulKQL rahulKQL Dec 14, 2018

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants