Skip to content

Commit 6589b9b

Browse files
Update plugins.adoc
1 parent b3464aa commit 6589b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/kubernetes/plugins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This way, you can ensure when building the container that the correct plugin ver
8686
[NOTE]
8787
====
8888
link:link:{neo4j-download-center-uri}?bloom[The Neo4j Bloom] plugin requires a license activation key, which needs to be placed in a directory accessible by the Neo4j Docker container, for example, mounted to _/licenses_ (default).
89-
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us//[Contact Neo4j].
89+
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us/[Contact Neo4j].
9090
====
9191

9292
Building a Docker container image that is based on the official Neo4j Docker image and does not override the official image's `ENTRYPOINT` and `COMMAND` is the recommended method to use with the Neo4j Helm chart, as shown in this example Dockerfile:
@@ -137,7 +137,7 @@ With this method, the plugin jar files are stored on a Persistent Volume that is
137137
[NOTE]
138138
====
139139
link:https://neo4j.com/deployment-center/?bloom[The Neo4j Bloom] plugin requires a license activation key, which needs to be placed in a directory accessible by the Neo4j Docker container, for example, mounted to _/licenses_ (default).
140-
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us//[Contact Neo4j].
140+
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us/[Contact Neo4j].
141141
====
142142

143143
The simplest way to set up a persistent `plugins` volume is to share the Persistent Volume that is used for storing Neo4j data.

0 commit comments

Comments
 (0)