You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/12 11:48:25 UTC

[camel] branch main updated: Update camel-console.adoc

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f2bbca4436a Update camel-console.adoc
f2bbca4436a is described below

commit f2bbca4436aac3f4ed6d9dd0981ab64b3962fc63
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 12 13:48:16 2022 +0200

    Update camel-console.adoc
---
 docs/user-manual/modules/ROOT/pages/camel-console.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-console.adoc b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
index 339e3537bce..a1f78f42f8a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-console.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
@@ -77,7 +77,7 @@ The Developer Console is easily available when using xref:camel-jbang.adoc[Camel
 by the `--console` argument when running JBang.
 
 For example to run a Camel route from `foo.yaml` and additional configurations from `myapp.properties` you can run as follows
-and have the console started and accessible from `http://localhost:8080/dev`
+and have the console started and accessible from `http://localhost:8080/q/dev`
 
 [source,bash]
 ----