You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/16 12:24:36 UTC

[incubator-hop] branch master updated: HOP-3142: fix broken links

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

hansva 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 3fc14cd  HOP-3142: fix broken links
     new 54edb52  Merge pull request #1142 from hansva/master
3fc14cd is described below

commit 3fc14cd82f9449371d3e30c02a203b8bee554eea
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Oct 16 14:24:03 2021 +0200

    HOP-3142: fix broken links
---
 docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc     | 2 +-
 docs/hop-user-manual/modules/ROOT/pages/metadata-types/index.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
index eaf4420..b061340 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
@@ -21,7 +21,7 @@ under the License.
 = Hop Server
 
 Hop Server is a lightweight server to run workflows and pipelines in the xref:pipeline/pipeline-run-configurations/native-remote-pipeline-engine.adoc[Remote Native] run configuration.
-Additonally, Hop Server can also be accessed directly through a number of web services and in combination with the xref:metadata-types/web-service.adoc[Web Service] metadata type.
+Additonally, Hop Server can also be accessed directly through a number of web services and in combination with the xref:hop-server/web-service.adoc[Web Service] metadata type.
 
 == Starting and Stopping Hop Server
 
diff --git a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/index.adoc b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/index.adoc
index b612f1e..a3e48c6 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/index.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/index.adoc
@@ -49,6 +49,6 @@ By default, Hop contains the following metadata types:
 * xref:metadata-types/pipeline-unit-test.adoc[Pipeline Unit Test]: Describes a test for a pipeline with alternative data sets as input from a certain transform and testing output against golden data
 * xref:metadata-types/rdbms-connection.adoc[Relational Database Connection]: Describes all the metadata needed to connect to a relational database
 * xref:metadata-types/splunk-connection.adoc[Splunk Connection]: Describes a Splunk connection
-* xref:metadata-types/web-service.adoc[Web Service]: Allows to run a pipeline to generate output for a servlet on Hop Server
+* xref:hop-server/web-service.adoc[Web Service]: Allows to run a pipeline to generate output for a servlet on Hop Server
 * xref:metadata-types/workflow-log.adoc[Workflow Log]: Allows to log the activity of a workflow with a pipeline
 * xref:metadata-types/workflow-run-config.adoc[Workflow Run Configuration]: Describes how to run a workflow
\ No newline at end of file