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 2021/11/25 10:02:58 UTC

[camel] branch main updated: Kamelets moved to sub folder

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 0926fec  Kamelets moved to sub folder
0926fec is described below

commit 0926fec35c6c3a964651355b31809e769a7c38aa
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Nov 25 11:02:21 2021 +0100

    Kamelets moved to sub folder
---
 .../src/main/docs/resourceresolver-github.adoc                      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-resourceresolver-github/src/main/docs/resourceresolver-github.adoc b/components/camel-resourceresolver-github/src/main/docs/resourceresolver-github.adoc
index 7f13a86..5c9f353 100644
--- a/components/camel-resourceresolver-github/src/main/docs/resourceresolver-github.adoc
+++ b/components/camel-resourceresolver-github/src/main/docs/resourceresolver-github.adoc
@@ -25,18 +25,18 @@ The default branch is `main` so if you want to load from this branch you can use
 github:organization:repository:name
 ----
 
-For example to load: `https://github.com/apache/camel-kamelets/blob/main/aws-ddb-streams-source.kamelet.yaml`
+For example to load: `https://github.com/apache/camel-kamelets/blob/main/kamelets/aws-ddb-streams-source.kamelet.yaml`
 
 [source,text]
 ----
-github:apache:camel-kamelets:main:aws-ddb-streams-source.kamelet.yaml
+github:apache:camel-kamelets:main:kamelets/aws-ddb-streams-source.kamelet.yaml
 ----
 
 Because the file is in the main branch we can omit this:
 
 [source,text]
 ----
-github:apache:camel-kamelets:aws-ddb-streams-source.kamelet.yaml
+github:apache:camel-kamelets:kamelets/aws-ddb-streams-source.kamelet.yaml
 ----