Skip to content

Commit e2ce918

Browse files
jexpmoxious
authored andcommitted
Docs Links Fixes (#225)
1 parent df4bffe commit e2ce918

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/asciidoc/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ that cypher statement executes, the `event` variable that is referenced will be
8989
so this sample cypher will create a `(:Label)` node in the graph with the given ID, copying all of the
9090
properties 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
108108
be polled every 10,000 ms, which affects how quickly the database picks up new indexes/schema changes.
109109

110110
The 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

115115
include::introduction/index.adoc[]
116116

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)