Use Https

This commit is contained in:
Liam Newman
2020-01-21 17:17:58 -08:00
parent 028b353d81
commit 5e5695f55b
5 changed files with 11 additions and 11 deletions

View File

@@ -122,7 +122,7 @@ implements <a href="../../../../org/kohsuke/github/HttpConnector.html" title="in
<div class="block"><a href="../../../../org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github"><code>HttpConnector</code></a> for <code>OkHttpClient</code>.
<p>
Unlike <a href="../../../../org/kohsuke/github/HttpConnector.html#DEFAULT"><code>HttpConnector.DEFAULT</code></a>, OkHttp does response caching. Making a conditional request against GitHubAPI and receiving a
304 response does not count against the rate limit. See http://developer.github.com/v3/#conditional-requests</div>
304 response does not count against the rate limit. See https://developer.github.com/v3/#conditional-requests</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Roberto Tyley, Kohsuke Kawaguchi</dd>

View File

@@ -26,7 +26,7 @@
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
<h1 id="bannerLeft">
<a href="http://github-api.kohsuke.org/">
<a href="https://github-api.kohsuke.org/">
GitHub API for Java
@@ -53,7 +53,7 @@
</li>
<li class="none">
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
</li>
<li class="none">
@@ -201,7 +201,7 @@
<div class="xright">&#169;
2020
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors

View File

@@ -26,7 +26,7 @@
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
<h1 id="bannerLeft">
<a href="http://github-api.kohsuke.org/">
<a href="https://github-api.kohsuke.org/">
GitHub API for Java
@@ -53,7 +53,7 @@
</li>
<li class="none">
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
</li>
<li class="none">
@@ -172,7 +172,7 @@ GHAppInstallationToken appInstallationToken = appInstallation.createToken().crea
<div class="xright">&#169;
2020
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors

View File

@@ -199,7 +199,7 @@
GHRepository repo = github.createRepository(
&quot;new-repository&quot;,&quot;this is my new repository&quot;,
&quot;http://www.kohsuke.org/&quot;,true/*public*/);
&quot;https://www.kohsuke.org/&quot;,true/*public*/);
repo.addCollaborators(github.getUser(&quot;abayer&quot;),github.getUser(&quot;rtyler&quot;));
repo.delete();</pre></div></section><section>
<h2><a name="Authentication"></a>Authentication</h2>
@@ -277,7 +277,7 @@ GitHub gitHub = GitHubBuilder.fromEnvironment()
<div class="xright">&#169;
2020
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors

View File

@@ -26,7 +26,7 @@
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
<h1 id="bannerLeft">
<a href="http://github-api.kohsuke.org/">
<a href="https://github-api.kohsuke.org/">
GitHub API for Java
@@ -53,7 +53,7 @@
</li>
<li class="none">
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
</li>
<li class="none">