You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/08/03 08:10:51 UTC

[camel-k] branch doc-update-path-sample.java created (now 3fd03f860)

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

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


      at 3fd03f860 Update the path of the file Sample.java

This branch includes the following new commits:

     new 3fd03f860 Update the path of the file Sample.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Update the path of the file Sample.java

Posted by nf...@apache.org.
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 <es...@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