Skip to content

Commit e9d719e

Browse files
committed
change download center to deployment center
1 parent 80aebab commit e9d719e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If you cannot reach `https://debian.neo4j.com`, perhaps due to a firewall, you w
189189
It is important to note that using this method will mean that the offline machine will not receive the dependencies that
190190
are that are normally downloaded and installed automatically when using `apt` for installing Neo4j; xref:tools/cypher-shell.adoc[Cypher Shell] and Java (if not installed already):
191191
192-
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Download Center].
192+
* The Cypher Shell package can be downloaded from {neo4j-download-center-uri}[Neo4j Deployment Center].
193193
* For information on supported versions of Java, see xref:installation/requirements.adoc[System requirements].
194194
====
195195

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For information on supported versions of Java, see xref:installation/requirement
166166
[[linux-rpm-install-offline-install-download]]
167167
=== Downloading the RPM installers
168168

169-
The Cypher Shell RPM package can be downloaded from {neo4j-download-center-uri}/#tools-tab[Neo4j Download Center].
169+
The Cypher Shell RPM package can be downloaded from {neo4j-download-center-uri}/#tools-tab[Neo4j Deployment Center].
170170

171171
. Run the following to obtain the required Neo4j RPM package:
172172
** Neo4j Enterprise Edition:

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

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

1010
. 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].
11-
. Download the latest Neo4j tarball from https://neo4j.com/deployment-center/[Neo4j Download Center] and unpack it:
11+
. Download the latest Neo4j tarball from https://neo4j.com/deployment-center/[Neo4j Deployment Center] and unpack it:
1212
+
1313
[source, shell, subs="attributes"]
1414
----

modules/ROOT/pages/installation/neo4j-desktop.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[neo4j-desktop]]
22
= Neo4j Desktop
3-
:description: This section introduces Neo4j Desktop.
3+
:description: This section introduces Neo4j Desktop.
44

55
Neo4j Desktop is a convenient way for developers to work with local Neo4j databases.
66

@@ -9,7 +9,7 @@ Neo4j Desktop is a convenient way for developers to work with local Neo4j databa
99
Neo4j Desktop is not suited for production environments.
1010
====
1111

12-
To install Neo4j Desktop, go to link:{neo4j-download-center-uri}[Neo4j Download Center] and follow the instructions.
12+
To install Neo4j Desktop, go to link:{neo4j-download-center-uri}[Neo4j Deployment Center] and follow the instructions.
1313

1414
[TIP]
1515
====

modules/ROOT/pages/installation/osx.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
== Unix console application
88

99
. 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].
10-
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
10+
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1111
+
1212
Select the appropriate tar.gz distribution for your platform.
13-
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Download Center] and always check that the SHA hash of the downloaded file is correct:
14-
.. To find the correct SHA hash, go to Neo4j Download Center and click on `SHA-256` which will be located below your downloaded file.
13+
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Deployment Center] and always check that the SHA hash of the downloaded file is correct:
14+
.. To find the correct SHA hash, go to Neo4j Deployment Center and click on `SHA-256` which will be located below your downloaded file.
1515
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
1616
.. Ensure that the two are identical.
1717
. Extract the contents of the archive, using `tar -xf` <filename>.

modules/ROOT/pages/installation/windows.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
== Windows console application
88

99
. 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].
10-
. Download the latest release from {neo4j-download-center-uri}[Neo4j Download Center].
10+
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1111
+
1212
Select the appropriate ZIP distribution.
13-
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Download Center] and always check that the SHA hash of the downloaded file is correct:
14-
.. To find the correct SHA hash, go to Neo4j Download Center and click on `SHA-256` which will be located below your downloaded file.
13+
. Make sure to download Neo4j from {neo4j-download-center-uri}[Neo4j Deployment Center] and always check that the SHA hash of the downloaded file is correct:
14+
.. To find the correct SHA hash, go to Neo4j Deployment Center and click on `SHA-256` which will be located below your downloaded file.
1515
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
1616
.. Ensure that the two are identical.
1717
. Right-click the downloaded file, click *Extract All*.

modules/ROOT/pages/tools/cypher-shell.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
== About Cypher Shell CLI
77

88
Cypher Shell is a command-line tool that comes with the Neo4j distribution.
9-
It can also be downloaded from link:https://neo4j.com/deployment-center/[Neo4j Download Center] and installed separately.
9+
It can also be downloaded from link:https://neo4j.com/deployment-center/[Neo4j Deployment Center] and installed separately.
1010

1111
Cypher Shell CLI is used to run queries and perform administrative tasks against a Neo4j instance.
1212
By default, the shell is interactive, but you can also use it for scripting, by passing cypher directly on the command line or by piping a file with cypher statements (requires
@@ -211,7 +211,7 @@ The _cypher-shell_ files are available in the same DEB/RPM Linux repositories as
211211
The TAR distribution contains only the _cypher-shell_ files, so you must install the JDK manually.
212212
====
213213

214-
. Download Cypher Shell from link:https://neo4j.com/deployment-center/[Neo4j Download Center].
214+
. Download Cypher Shell from link:https://neo4j.com/deployment-center/[Neo4j Deployment Center].
215215
. Connect to a Neo4j DBMS by running the `cypher-shell` command providing the Neo4j address, a username, and a password:
216216
+
217217
[source, shell]

0 commit comments

Comments
 (0)