Skip to content

Commit 09b5186

Browse files
Change http to https in links to external sites (#1784)
see also [PR#1782](#1782)
1 parent 4073c4a commit 09b5186

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/ROOT/pages/installation/linux/debian.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is due to changes in Oracle's Debian package manifest between Java versions
2929

3030
[source, shell]
3131
----
32-
echo "deb http://httpredir.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/stretch-backports.list
32+
echo "deb https://httpredir.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/stretch-backports.list
3333
sudo apt-get update
3434
sudo apt-get install openjdk-11-jre
3535
----

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
77
[[unix-console]]
88
== Install Neo4j from a tarball
99

10-
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 11] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
10+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 11] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
1111
. Download the latest Neo4j tarball from https://neo4j.com/download-center/[Neo4j Download Center] and unpack it:
1212
+
1313
[source, shell, subs="attributes"]

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[[osx-console]]
77
== Unix console application
88

9-
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 11] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
9+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 11] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
1010
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
1111
+
1212
Select the appropriate tar.gz distribution for your platform.

modules/ROOT/pages/installation/windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[[windows-console]]
77
== Windows console application
88

9-
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 11] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
9+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 11] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 11].
1010
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
1111
+
1212
Select the appropriate ZIP distribution.

0 commit comments

Comments
 (0)