Skip to content

Commit 805825e

Browse files
committed
fixing links from quickstart
1 parent df4bffe commit 805825e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 <<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 <<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 <<producer,Producer Section>> of the documentation.
114114

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

doc/asciidoc/producer/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Is the transaction event handler events that sends data to a Kafka topic
1616

1717
include::configuration.adoc[]
1818

19+
[[producer-patterns]]
1920
=== Patterns
2021

2122
include::patterns.adoc[]

0 commit comments

Comments
 (0)