Skip to content

Commit 2ab8e37

Browse files
authored
Fix bug in link (#265)
1 parent 4947cb6 commit 2ab8e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/antora/modules/ROOT/pages/rendering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you have not yet created a `VisualizationGraph` object, refer to one of the f
77

88
* xref:getting-started.adoc[Getting started] for creating a visualization graph from scratch using `neo4j-viz`
99
primitives like link:{api-docs-uri}/node[Node] and link:{api-docs-uri}/relationship[Relationship] and
10-
link:{api-docs-uri}/visualization-graph>[`VisualizationGraph`] directly.
10+
link:{api-docs-uri}/visualization-graph[`VisualizationGraph`] directly.
1111
* xref:integration/index.adoc[] for importing data from a Pandas DataFrame or Neo4j GDS projection.
1212
1313
== The `render` method

0 commit comments

Comments
 (0)