Skip to content

Commit 285ec9c

Browse files
Change http to https in links to external sites (#1782) (#1783)
1 parent 4e3d955 commit 285ec9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 17] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
10+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
1111
From version 5.14 onwards, Neo4j also supports JDK 21.
1212
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
1313
+

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
88
[[osx-console]]
99
== Unix console application
1010

11-
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 17].
11+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 17].
1212
From version 5.14 onwards, Neo4j also supports JDK 21.
1313
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1414
+

modules/ROOT/pages/installation/windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
88
[[windows-console]]
99
== Windows console application
1010

11-
. If it is not already installed, get link:http://openjdk.java.net/[OpenJDK 17] or link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
11+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
1212
From version 5.14 onwards, Neo4j also supports JDK 21.
1313
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1414
+

0 commit comments

Comments
 (0)