From 01e0f2f5f051e6b1defc03ff36aab2412f72411b Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 19 Apr 2020 17:01:27 -0700 Subject: [PATCH] Clean up all HTTP URLS; replace with HTTPS. Resolves gh-80. --- .../src/docs/asciidoc/guides/caching-multi-site.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/caching-multi-site.adoc b/spring-geode-docs/src/docs/asciidoc/guides/caching-multi-site.adoc index 197191e9..9c7a156a 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/caching-multi-site.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/caching-multi-site.adoc @@ -586,7 +586,7 @@ When the cluster starts up, you should see log output similar to (log output for (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT @@ -644,8 +644,8 @@ System Properties: java.specification.vendor = Oracle Corporation java.specification.version = 1.8 java.vendor = Oracle Corporation - java.vendor.url = http://java.oracle.com/ - java.vendor.url.bug = http://bugreport.sun.com/bugreport/ + java.vendor.url = https://java.oracle.com/ + java.vendor.url.bug = https://bugreport.sun.com/bugreport/ java.version = 1.8.0_241 java.vm.info = mixed mode java.vm.name = Java HotSpot(TM) 64-Bit Server VM @@ -933,7 +933,7 @@ When the client starts, you will see log output similar to (log output was forma (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT @@ -993,8 +993,8 @@ System Properties: java.specification.vendor = Oracle Corporation java.specification.version = 1.8 java.vendor = Oracle Corporation - java.vendor.url = http://java.oracle.com/ - java.vendor.url.bug = http://bugreport.sun.com/bugreport/ + java.vendor.url = https://java.oracle.com/ + java.vendor.url.bug = https://bugreport.sun.com/bugreport/ java.version = 1.8.0_241 java.vm.info = mixed mode java.vm.name = Java HotSpot(TM) 64-Bit Server VM