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

nfilotto pushed a commit to branch doc-update-path-sample.java
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3fd03f86013813675e37bd7d53ba793e4603629b
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Wed Aug 3 10:10:46 2022 +0200

    Update the path of the file Sample.java
---
 docs/modules/ROOT/pages/running/dev-mode.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/running/dev-mode.adoc 
b/docs/modules/ROOT/pages/running/dev-mode.adoc
index 7f266f730..fc6f32af5 100644
--- a/docs/modules/ROOT/pages/running/dev-mode.adoc
+++ b/docs/modules/ROOT/pages/running/dev-mode.adoc
@@ -10,7 +10,7 @@ Dev mode is just a helper to let you be quicker during 
development.
 To enable dev mode, just add the `--dev` flag when running the integration:
 
 ```
-kamel run examples/Sample.java --dev
+kamel run examples/languages/Sample.java --dev
 ```
 
 The `--dev` flag deploys immediately the integration and shows the integration 
logs in the console. You can then change the code and see
@@ -21,7 +21,7 @@ The console follows automatically all redeploys of the 
integration.
 Here's an example of the output:
 
 ```
-$ kamel run examples/Sample.java --dev
+$ kamel run examples/languages/Sample.java --dev
 integration "sample" created
 integration "sample" in phase Initialization
 integration "sample" in phase Building Kit

Reply via email to