@@ -36,7 +36,7 @@ Experienced Neo4j users will likely prefer running the software as a Neo4j Plugi
3636may prefer using the Kafka Connect method.
3737
3838The 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 << 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.
5151Configuring 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 ( << consumer, Consumer>> )
55+ . _Optional_: Configuring Neo4j to produce records to Kafka ( << producer, Producer>> )
5656
5757Below is a complete configured example of using the plugin in both modes, assuming kafka running
5858on 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 << docker, Docker section>> of the documentation.
159159
160160[[restart]]
161161=== Restart Neo4j
0 commit comments