Fix HTTP URLs in 'Getting Started' Guide and switch to HTTPS.
Resolves gh-54.
This commit is contained in:
@@ -148,7 +148,7 @@ will startup and run as an Apache Geode `ClientCache` application:
|
||||
(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
|
||||
@@ -361,8 +361,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_192
|
||||
java.vm.info = mixed mode
|
||||
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
|
||||
|
||||
Reference in New Issue
Block a user