Docs: add a link to the kamelet yaml in the related doc page
diff --git a/docs/modules/ROOT/kamelet.adoc.tmpl b/docs/modules/ROOT/kamelet.adoc.tmpl
index 88f988c..0b07afd 100644
--- a/docs/modules/ROOT/kamelet.adoc.tmpl
+++ b/docs/modules/ROOT/kamelet.adoc.tmpl
@@ -96,4 +96,10 @@
 
 This will create the KameletBinding under the hood and apply it to the current namespace in the cluster.
 
+==== Kamelet source file
+
+Have a look at the following link:
+
+https://github.com/apache/camel-kamelets/blob/main/{{ .Kamelet.ObjectMeta.Name }}-{{ index .Kamelet.ObjectMeta.Labels "camel.apache.org/kamelet.type" }}.kamelet.yaml
+
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT