This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit d5ddfb99d3608fe82a95ee0116c39697de317468 Author: Nicola Ferraro <[email protected]> AuthorDate: Tue Apr 21 14:14:05 2020 +0200 Add references to the camel website --- 01-basic/readme.didact.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) 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
