From 5e5695f55b8556d04c2b21ff2edefc0c537f484f Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 21 Jan 2020 17:17:58 -0800 Subject: [PATCH] Use Https --- apidocs/org/kohsuke/github/extras/OkHttp3Connector.html | 2 +- distribution-management.html | 6 +++--- githubappappinsttokenauth.html | 6 +++--- index.html | 4 ++-- plugin-management.html | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apidocs/org/kohsuke/github/extras/OkHttp3Connector.html b/apidocs/org/kohsuke/github/extras/OkHttp3Connector.html index eb6e92021..4485fab3b 100644 --- a/apidocs/org/kohsuke/github/extras/OkHttp3Connector.html +++ b/apidocs/org/kohsuke/github/extras/OkHttp3Connector.html @@ -122,7 +122,7 @@ implements HttpConnector for OkHttpClient.

Unlike HttpConnector.DEFAULT, 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 + 304 response does not count against the rate limit. See https://developer.github.com/v3/#conditional-requests

Author:
Roberto Tyley, Kohsuke Kawaguchi
diff --git a/distribution-management.html b/distribution-management.html index a4197c7a8..61aa160a9 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -26,7 +26,7 @@

- + GitHub API for Java @@ -53,7 +53,7 @@
  • - Download + Download
  • @@ -201,7 +201,7 @@
    © 2020 - Kohsuke Kawaguchi and other contributors + Kohsuke Kawaguchi and other contributors diff --git a/githubappappinsttokenauth.html b/githubappappinsttokenauth.html index e6e4064e7..15079f465 100644 --- a/githubappappinsttokenauth.html +++ b/githubappappinsttokenauth.html @@ -26,7 +26,7 @@

    - + GitHub API for Java @@ -53,7 +53,7 @@

  • - Download + Download
  • @@ -172,7 +172,7 @@ GHAppInstallationToken appInstallationToken = appInstallation.createToken().crea
    © 2020 - Kohsuke Kawaguchi and other contributors + Kohsuke Kawaguchi and other contributors diff --git a/index.html b/index.html index d3926fc2a..f3fadb1f8 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,7 @@ GHRepository repo = github.createRepository( "new-repository","this is my new repository", - "http://www.kohsuke.org/",true/*public*/); + "https://www.kohsuke.org/",true/*public*/); repo.addCollaborators(github.getUser("abayer"),github.getUser("rtyler")); repo.delete();

    Authentication

    @@ -277,7 +277,7 @@ GitHub gitHub = GitHubBuilder.fromEnvironment()
    © 2020 - Kohsuke Kawaguchi and other contributors + Kohsuke Kawaguchi and other contributors diff --git a/plugin-management.html b/plugin-management.html index 9d85cedb1..8c36a4395 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -26,7 +26,7 @@

    - + GitHub API for Java @@ -53,7 +53,7 @@

  • - Download + Download