From f35bf065d3053bcf5292885b292d96d2634a0acf Mon Sep 17 00:00:00 2001 From: Ankita Jana <90975405+ankitajana21@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:22:51 +0530 Subject: [PATCH] Updated the links in Bookstore Sample App (#6225) * Update README.md Updating the correct link * Update README.md * Fixing a typing error to make the link working. * Updated the correct version link for Camel K CLI * Update README.md * Updated correct version link for Camel K CLI --- code-samples/eventing/bookstore-sample-app/README.md | 4 ++-- code-samples/eventing/bookstore-sample-app/solution/README.md | 4 ++-- .../bookstore-sample-app/solution/slack-sink/README.md | 4 ++-- code-samples/eventing/bookstore-sample-app/start/README.md | 4 ++-- .../eventing/bookstore-sample-app/start/db-service/README.md | 4 ++-- .../eventing/bookstore-sample-app/start/slack-sink/README.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/code-samples/eventing/bookstore-sample-app/README.md b/code-samples/eventing/bookstore-sample-app/README.md index 21a4b18b0ed..06b03eb911b 100644 --- a/code-samples/eventing/bookstore-sample-app/README.md +++ b/code-samples/eventing/bookstore-sample-app/README.md @@ -4,7 +4,7 @@ This folder contains code samples for the Knative Bookstore tutorial, an end-to- ## Tutorial -For a comprehensive guide on building this application and learning about Knative, please visit the [Knative Bookstore Tutorial](https://knative.dev/bookstore/page-0/welcome-knative-bookstore-tutorial/). +For a comprehensive guide on building this application and learning about Knative, please visit the [Knative Bookstore Tutorial](https://knative.dev/docs/bookstore/page-0/welcome-knative-bookstore-tutorial/). This tutorial covers: - Setting up your environment @@ -35,4 +35,4 @@ For more details on the directory structure and contents of each folder, please 3. Follow the Knative Bookstore Tutorial for step-by-step instructions 4. Refer to the `/solution` directory if you need to check the final implementation -Happy coding! \ No newline at end of file +Happy coding! diff --git a/code-samples/eventing/bookstore-sample-app/solution/README.md b/code-samples/eventing/bookstore-sample-app/solution/README.md index a156417957a..944c0494177 100644 --- a/code-samples/eventing/bookstore-sample-app/solution/README.md +++ b/code-samples/eventing/bookstore-sample-app/solution/README.md @@ -3,7 +3,7 @@ Welcome to the solution directory of the Knative Bookstore tutorial. This directory contains the fully implemented version of the event-driven bookstore application using Knative. -You can find the tutorial for this solution [here](https://knative.dev/bookstore/page-0/welcome-knative-bookstore-tutorial/). +You can find the tutorial for this solution [here](https://knative.dev/docs/bookstore/page-0/welcome-knative-bookstore-tutorial/). ## Directory Structure @@ -42,4 +42,4 @@ If you encountered any permission issues, run the following command: ## Need Help? -If you encounter any issues or have questions about the solution, refer to the main tutorial documentation or reach out to the Knative community for support. \ No newline at end of file +If you encounter any issues or have questions about the solution, refer to the main tutorial documentation or reach out to the Knative community for support. diff --git a/code-samples/eventing/bookstore-sample-app/solution/slack-sink/README.md b/code-samples/eventing/bookstore-sample-app/solution/slack-sink/README.md index cb87caa581f..467d27ff6e8 100644 --- a/code-samples/eventing/bookstore-sample-app/solution/slack-sink/README.md +++ b/code-samples/eventing/bookstore-sample-app/solution/slack-sink/README.md @@ -11,7 +11,7 @@ When a CloudEvent with the type `new-review-comment` is sent to the Knative Even ## Install prerequisites ### Prerequisite 1: Install Camel CLI -Install the Camel K CLI (`kamel`) on your local machine. You can find the installation instructions [here](https://camel.apache.org/camel-k/2.2.x/cli/cli.html){:target="_blank"}. +Install the Camel K CLI (`kamel`) on your local machine. You can find the installation instructions [here](https://camel.apache.org/camel-k/2.4.x/cli/cli.html){:target="_blank"}. **Troubleshot**: If after installation you run `kamel version` and you get an error message, you may need to add the `kamel` binary to your system's PATH. You can do this by moving the `kamel` binary to a directory that is already in your PATH, or by adding the directory where `kamel` is located to your PATH. @@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization --regist Replace the placeholders with your actual Docker registry information. -If you are using other container registries, you may need to read more [here](https://camel.apache.org/camel-k/2.2.x/installation/registry/registry.html){:target="_blank"} for the installation. +If you are using other container registries, you may need to read more [here](https://camel.apache.org/camel-k/2.4.x/installation/registry/registry.html){:target="_blank"} for the installation. You will see this message if the installation is successful: diff --git a/code-samples/eventing/bookstore-sample-app/start/README.md b/code-samples/eventing/bookstore-sample-app/start/README.md index 70f8107d4b2..ec043a4124d 100644 --- a/code-samples/eventing/bookstore-sample-app/start/README.md +++ b/code-samples/eventing/bookstore-sample-app/start/README.md @@ -16,11 +16,11 @@ Here's an overview of the components you'll be working with: 1. Familiarize yourself with the directory structure above. 2. Each subdirectory contains starter code and placeholders for the services you'll be building. -3. Follow the [Knative Bookstore Tutorial](https://knative.dev/bookstore/page-0/welcome-knative-bookstore-tutorial/) for step-by-step instructions on how to implement each component. +3. Follow the [Knative Bookstore Tutorial](https://knative.dev/docs/bookstore/page-0/welcome-knative-bookstore-tutorial/) for step-by-step instructions on how to implement each component. 4. As you progress through the tutorial, you'll be adding code and configurations to these directories. Remember, this is just the starting point. By the end of the tutorial, you'll have a fully functional event-driven bookstore application. ## Need Help? -If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support. \ No newline at end of file +If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support. diff --git a/code-samples/eventing/bookstore-sample-app/start/db-service/README.md b/code-samples/eventing/bookstore-sample-app/start/db-service/README.md index 32d1853ea0e..257b31e59b1 100644 --- a/code-samples/eventing/bookstore-sample-app/start/db-service/README.md +++ b/code-samples/eventing/bookstore-sample-app/start/db-service/README.md @@ -102,7 +102,7 @@ Note box: However, Knative Service supports Volumes and Persistent Volumes, whic 2. When should I use Knative Service, and what would be the best use case for it? -You can read more about the best use cases for Knative Service [here](https://knative.dev/docs/serving/samples/{:target="_blank"}! +You can read more about the best use cases for Knative Service [here](https://knative.dev/docs/serving/samples/){:target="_blank"}! ## Conclusion -By following this guide, you have successfully deployed a PostgreSQL server on a Kubernetes cluster, set up persistent storage, and initialized your database using a Kubernetes job. Congratulations! Your bookstore now has the database service. \ No newline at end of file +By following this guide, you have successfully deployed a PostgreSQL server on a Kubernetes cluster, set up persistent storage, and initialized your database using a Kubernetes job. Congratulations! Your bookstore now has the database service. diff --git a/code-samples/eventing/bookstore-sample-app/start/slack-sink/README.md b/code-samples/eventing/bookstore-sample-app/start/slack-sink/README.md index cdf11964215..129521aded9 100644 --- a/code-samples/eventing/bookstore-sample-app/start/slack-sink/README.md +++ b/code-samples/eventing/bookstore-sample-app/start/slack-sink/README.md @@ -11,7 +11,7 @@ When a CloudEvent with the type `new-review-comment` is sent to the Knative Even ## Install prerequisites ### Prerequisite 1: Install Camel CLI -Install the Camel K CLI (`kamel`) on your local machine. You can find the installation instructions [here](https://camel.apache.org/camel-k/2.2.x/cli/cli.html){:target="_blank"}. +Install the Camel K CLI (`kamel`) on your local machine. You can find the installation instructions [here](https://camel.apache.org/camel-k/2.4.x/cli/cli.html){:target="_blank"}. **Troubleshot**: If after installation you run `kamel version` and you get an error message, you may need to add the `kamel` binary to your system's PATH. You can do this by moving the `kamel` binary to a directory that is already in your PATH, or by adding the directory where `kamel` is located to your PATH. @@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization --regist Replace the placeholders with your actual Docker registry information. -If you are using other container registries, you may need to read more [here](https://camel.apache.org/camel-k/2.2.x/installation/registry/registry.html){:target="_blank"} for the installation. +If you are using other container registries, you may need to read more [here](https://camel.apache.org/camel-k/2.4.x/installation/registry/registry.html){:target="_blank"} for the installation. You will see this message if the installation is successful: