You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by gi...@apache.org on 2021/03/15 09:17:40 UTC

[incubator-hop-docs] branch asf-site updated: Documentation updated to 77bc3af

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5419fe8  Documentation updated to 77bc3af
5419fe8 is described below

commit 5419fe82cbe899ed1f0ebe8a8d3e4a18de147043
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Mar 15 09:17:36 2021 +0000

    Documentation updated to 77bc3af
---
 .../modules/ROOT/pages/metadata-types/neo4j/neo4j-graphmodel.adoc   | 2 +-
 .../modules/ROOT/pages/workflow/actions/deleteresultfilenames.adoc  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hop-user-manual/modules/ROOT/pages/metadata-types/neo4j/neo4j-graphmodel.adoc b/hop-user-manual/modules/ROOT/pages/metadata-types/neo4j/neo4j-graphmodel.adoc
index b6cc827..3ceeb4d 100644
--- a/hop-user-manual/modules/ROOT/pages/metadata-types/neo4j/neo4j-graphmodel.adoc
+++ b/hop-user-manual/modules/ROOT/pages/metadata-types/neo4j/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:../pipeline/transforms/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.
 
diff --git a/hop-user-manual/modules/ROOT/pages/workflow/actions/deleteresultfilenames.adoc b/hop-user-manual/modules/ROOT/pages/workflow/actions/deleteresultfilenames.adoc
index 748ab56..1998da3 100644
--- a/hop-user-manual/modules/ROOT/pages/workflow/actions/deleteresultfilenames.adoc
+++ b/hop-user-manual/modules/ROOT/pages/workflow/actions/deleteresultfilenames.adoc
@@ -28,8 +28,8 @@ Use this action to delete all the filenames that are in the result files list of
 [width="90%", options="header"]
 |===
 |Option|Description
-|Workflow action name|The name of the workflow action. *Note*: This name has to be unique in a single workflow. A workflow action can be placed several times on the canvas, however it will be the same workflow action.
-|Limit action to| Enable this feature if you want to limit the deletion to certain filenames in the result file list.
+|Workflow action name|The name of the workflow action.
+|Limit action to|Enable this feature if you want to limit the deletion to certain filenames in the result file list.
 |Wildcard|The regular expression to limit the files to delete
-|Exclude wildcard|The regular expression to exclude certain files from being deleted.
+|Exclude wildcard|The regular expression to exclude certain files from being deleted. 
 |===
\ No newline at end of file