File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ that cypher statement executes, the `event` variable that is referenced will be
8989so this sample cypher will create a `(:Label)` node in the graph with the given ID, copying all of the
9090properties in the source message.
9191
92- For full details on what you can do here, see the link:/consumer[Consumer Section] of the documentation.
92+ For full details on what you can do here, see the link:.. /consumer[Consumer Section] of the documentation.
9393
9494==== Producer
9595
@@ -108,9 +108,9 @@ relationships of type `-[:KNOWS]->` to the topic named `my-rels-topic`. Further
108108be polled every 10,000 ms, which affects how quickly the database picks up new indexes/schema changes.
109109
110110The expressions `Person{\*}` and `KNOWS{*}` are _patterns_. You can find documentation on how to change
111- these in the link:/producer/#_patterns[Patterns section].
111+ these in the link:.. /producer/#_patterns[Patterns section].
112112
113- For full details on what you can do here, see the link:/producer[Producer Section] of the documentation.
113+ For full details on what you can do here, see the link:.. /producer[Producer Section] of the documentation.
114114
115115include::introduction/index.adoc[]
116116
Original file line number Diff line number Diff line change @@ -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 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.
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 ( link:.. /consumer[Consumer])
55+ . _Optional_: Configuring Neo4j to produce records to Kafka ( link:.. /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 link:.. /docker[Docker section] of the documentation.
159159
160160[[restart]]
161161=== Restart Neo4j
You can’t perform that action at this time.
0 commit comments