This is an automated email from the ASF dual-hosted git repository.
mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new e21b022 HOP-2605 : Include the Neo4j plugins (small doc fixes)
new 0e22759 Merge pull request #674 from mattcasters/master
e21b022 is described below
commit e21b0228dc163d96fce235325c8befa0605b8885
Author: Matt Casters <[email protected]>
AuthorDate: Mon Mar 15 10:03:40 2021 +0100
HOP-2605 : Include the Neo4j plugins (small doc fixes)
---
plugins/misc/neo4j/src/main/doc/neo4j-graphmodel.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/misc/neo4j/src/main/doc/neo4j-graphmodel.adoc
b/plugins/misc/neo4j/src/main/doc/neo4j-graphmodel.adoc
index af73c65..3ceeb4d 100644
--- a/plugins/misc/neo4j/src/main/doc/neo4j-graphmodel.adoc
+++ b/plugins/misc/neo4j/src/main/doc/neo4j-graphmodel.adoc
@@ -22,5 +22,5 @@ under the License.
== Description
A graph model describes (part of) a graph by allowing you to define nodes with
their properties, and the relationships that connect these nodes.
-You can then use such a Graph Model to map input fields to properties in the
link:neo4j-graphoutput.html[Neo4j Graph Output] transform.
+You can then use such a Graph Model to map input fields to properties in the
link:../../pipelines/transforms/neo4j-graphoutput.html[Neo4j Graph Output]
transform.