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 2022/03/24 07:56:22 UTC

[hop] branch master updated: [DOC] fix request url for /hop/status/

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 c468262  [DOC] fix request url for /hop/status/
c468262 is described below

commit c468262634c148beb78c33c97dacef54ff8227e0
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Mar 24 08:56:16 2022 +0100

    [DOC] fix request url for /hop/status/
---
 docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
index c142d4e..a432818 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
@@ -150,7 +150,7 @@ parameters::
 none
 
 example request::
-GET `+http://localhost:8081/hop/status+`
+GET `+http://localhost:8081/hop/status/+`
 
 result::
 an HTML page with an overview of the pipelines and workflows on the server, their execution details and the server's configuration details.