Skip to content

Commit 1dc17c0

Browse files
committed
Merge branch '3.5' of github.com:neo4j-contrib/neo4j-streams into 3.5
2 parents 805825e + e2ce918 commit 1dc17c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/asciidoc/introduction/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Experienced Neo4j users will likely prefer running the software as a Neo4j Plugi
3636
may prefer using the Kafka Connect method.
3737

3838
The remainder of the introduction section assumes you are running Neo4j Streams as a Neo4j plugin.
39-
More information on the alternative Kafka Connect method can be link:/kafka-connect/[found in this section].
39+
More information on the alternative Kafka Connect method can be link:../kafka-connect/[found in this section].
4040

4141
[[installation]]
4242
=== Installation
@@ -51,8 +51,8 @@ Copy it into `$NEO4J_HOME/plugins` and configure the relevant connections.
5151
Configuring neo4j-streams comes in three different parts, depending on your need:
5252

5353
. *Required*: Configuring a connection to Kafka
54-
. _Optional_: Configuring Neo4j to ingest from Kafka (link:/consumer[Consumer])
55-
. _Optional_: Configuring Neo4j to produce records to Kafka (link:/producer[Producer])
54+
. _Optional_: Configuring Neo4j to ingest from Kafka ( link:../consumer[Consumer])
55+
. _Optional_: Configuring Neo4j to produce records to Kafka ( link:../producer[Producer])
5656

5757
Below is a complete configured example of using the plugin in both modes, assuming kafka running
5858
on localhost. See the relevant subsections to adjust the configuration as necessary.
@@ -155,7 +155,7 @@ Example:
155155
* `dbms.memory.heap.max_size=8G` -> `NEO4J_dbms_memory_heap_max__size: 8G`
156156
* `dbms.logs.debug.level=DEBUG` -> `NEO4J_dbms_logs_debug_level: DEBUG`
157157

158-
For more information and examples see the link:/docker[Docker section] of the documentation.
158+
For more information and examples see the link:../docker[Docker section] of the documentation.
159159

160160
[[restart]]
161161
=== Restart Neo4j

0 commit comments

Comments
 (0)