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/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 4986ed1  [DOC] fix xref mistake
     new e1c8971  Merge pull request #1388 from hansva/master
4986ed1 is described below

commit 4986ed1485b2370679815342339460afc3488dbb
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Feb 23 15:23:18 2022 +0100

    [DOC] fix xref mistake
---
 docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc 
b/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
index b596feb..800a4d7 100644
--- a/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
+++ b/docs/hop-tech-manual/modules/ROOT/pages/docker-container.adoc
@@ -226,7 +226,7 @@ docker run -it --rm \
 
 If you need a **long-lived container**, this option is also available.
 
-For more information on the long-lived container please also see the 
xref:manual:hop-server/index.adoc[Hop Server] documentation as it describes 
what can be done using the Hop Server
+For more information on the long-lived container please also see the 
xref:manual::hop-server/index.adoc[Hop Server] documentation as it describes 
what can be done using the Hop Server
 
 Run this command to start a Hop Server in a docker container:
 
@@ -246,7 +246,7 @@ docker run -it --rm \
 Hop Server is designed to receive all variables and metadata from executing 
clients.
 This means it needs little to no configuration to run.
 
-If you want to use the web-services functionality additional information on 
how to configure your webserver can be found on the user manual  
xref:manual:hop-server/web-service.adoc[Web Service] page. For this to work 
properly the `HOP_SERVER_METADATA_FOLDER` variable has to be set too.
+If you want to use the web-services functionality additional information on 
how to configure your webserver can be found on the user manual  
xref:manual::hop-server/web-service.adoc[Web Service] page. For this to work 
properly the `HOP_SERVER_METADATA_FOLDER` variable has to be set too.
 
 When started can then access the hop-server UI from your host at 
`http://localhost:8181`
 

Reply via email to