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 ee336c8  HOP-3667 escape entire url to avoid parsing issues
     new 141f6fe  Merge pull request #1283 from bamaer/HOP-3667
ee336c8 is described below

commit ee336c8714e75e0c74a6c51beb9046e469f01fe8
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Jan 20 20:29:03 2022 +0100

    HOP-3667 escape entire url to avoid parsing issues
---
 .../ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
index 6eb1302..c60aff8 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
@@ -161,7 +161,7 @@ The WebService **countTeams** from this tutorial expects 
the parameter PARAM_PRO
 
 The call is made as follows:
 
-*http://localhost:8182/hop/webService/?service=countTeams&amp;PARAM_PROJECT_ID=63*
+`+http://localhost:8182/hop/webService/?service=countTeams&PARAM_PROJECT_ID=63`
 
 image:how-to-guides/web-services-in-docker/result.png[Hop web services in 
Docker - result, width="80%"]
 

Reply via email to