Skip to content

Commit

Permalink
Change http to https in links to external sites (#1782) (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Aug 21, 2024
1 parent 4e3d955 commit 285ec9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
[[unix-console]]
== Install Neo4j from a tarball

. 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].
. 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].
From version 5.14 onwards, Neo4j also supports JDK 21.
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
[[osx-console]]
== Unix console application

. 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].
. 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].
From version 5.14 onwards, Neo4j also supports JDK 21.
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
[[windows-console]]
== Windows console application

. 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].
. 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].
From version 5.14 onwards, Neo4j also supports JDK 21.
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Expand Down

0 comments on commit 285ec9c

Please sign in to comment.