Add references to the camel website
diff --git a/01-basic/readme.didact.md b/01-basic/readme.didact.md
index c7a951c..92667b1 100644
--- a/01-basic/readme.didact.md
+++ b/01-basic/readme.didact.md
@@ -3,10 +3,15 @@
 This example demonstrates how to get started with Camel K by showing you some of the most important 
 features that you should know before trying to develop more complex examples.
 
+You can find more information about Apache Camel and Apache Camel K on the [official Camel website](https://camel.apache.org).
+
 ## Before you begin
 
 Read the general instructions in the [root README.md file](../README.md) for setting up your environment and the Kubernetes cluster before looking at this example.
 
+Make sure you've read the [installation instructions](https://camel.apache.org/camel-k/latest/installation/installation.html) for your specific 
+cluster before starting the example.
+
 You should open this file with [Didact](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-didact) if available on your IDE.
 
 ## Requirements
diff --git a/README.md b/README.md
index 0a84436..bf58d39 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 This repository contains a collection of Camel K examples useful to understand how it works, common use cases and the idiomatic programming model.
 
+You can find more information about Apache Camel and Apache Camel K on the [official Camel website](https://camel.apache.org).
+
 ## Before you begin
 
 ### Open the examples in the IDE