diff --git a/docs/versioned/bookstore/page-0.5/environment-setup.md b/docs/versioned/bookstore/page-0.5/environment-setup.md index e43275a9b28..c90ac95c502 100644 --- a/docs/versioned/bookstore/page-0.5/environment-setup.md +++ b/docs/versioned/bookstore/page-0.5/environment-setup.md @@ -38,7 +38,7 @@ git clone https://github.com/knative/docs.git ![Image](images/image21.png) -The code for the sample app is in `docs/code-samples/eventing/bookstore-sample-app` +The code for the sample app is in `docs/versioned/code-samples/eventing/bookstore-sample-app` Under `bookstore-sample-app` folder, there are 2 folders: @@ -62,7 +62,7 @@ All the commands in the tutorial are written **assuming you are in the `/start` ![Image](images/image10.png) -Running `docs/code-samples/eventing/bookstore-sample-app/start/setup.sh` will automatically complete all tasks in this section. +Running `docs/versioned/code-samples/eventing/bookstore-sample-app/start/setup.sh` will automatically complete all tasks in this section. !!! warning @@ -127,7 +127,7 @@ minikube tunnel ![Image](images/image12.png) -The Next.js frontend app is located in the `docs/code-samples/eventing/bookstore-sample-app/start/frontend` folder. +The Next.js frontend app is located in the `docs/versioned/code-samples/eventing/bookstore-sample-app/start/frontend` folder. Ensure that port 3000 on your local machine is not being used by another application. diff --git a/docs/versioned/eventing/sinks/integration-sink/README.md b/docs/versioned/eventing/sinks/integration-sink/README.md index c510f3c28bf..ca6a2b9a80d 100644 --- a/docs/versioned/eventing/sinks/integration-sink/README.md +++ b/docs/versioned/eventing/sinks/integration-sink/README.md @@ -7,7 +7,7 @@ function: reference # Knative Sink for Apache Camel Kamelet integrations -![stage](https://img.shields.io/badge/Stage-alpah-red?style=flat-square) +![stage](https://img.shields.io/badge/Stage-alpha-red?style=flat-square) ![version](https://img.shields.io/badge/API_Version-v1alpha1-red?style=flat-square) The `IntegrationSink` is a Knative Eventing custom resource supporting selected [_Kamelets_](https://camel.apache.org/camel-k/latest/kamelets/kamelets.html) from the [Apache Camel](https://camel.apache.org/) project. Kamelets allow users to connect to 3rd party system for improved connectivity, they can act as "sources" or as "sinks". Therefore the `IntegrationSink` allows sending data to external systems out of Knative Eventing in the format of CloudEvents. The integration sink is part of the Knative Eventing core installation. diff --git a/docs/versioned/eventing/sources/integration-source/README.md b/docs/versioned/eventing/sources/integration-source/README.md index 9f9f937ac64..db7312aba22 100644 --- a/docs/versioned/eventing/sources/integration-source/README.md +++ b/docs/versioned/eventing/sources/integration-source/README.md @@ -7,7 +7,7 @@ function: explanation # Knative Source for Apache Camel Kamelet integrations -![stage](https://img.shields.io/badge/Stage-alpah-red?style=flat-square) +![stage](https://img.shields.io/badge/Stage-alpha-red?style=flat-square) ![version](https://img.shields.io/badge/API_Version-v1alpha1-red?style=flat-square) The `IntegrationSource` is a Knative Eventing custom resource supporting selected [_Kamelets_](https://camel.apache.org/camel-k/latest/kamelets/kamelets.html) from the [Apache Camel](https://camel.apache.org/) project. Kamelets allow users to connect to 3rd party system for improved connectivity, they can act as "sources" or as "sinks". Therefore the `IntegrationSource` allows to consume data from external systems and forward them into Knative Eventing. The integration source is part of the Knative Eventing core installation.