Skip to content

Commit

Permalink
Updated the links in Bookstore Sample App (#6225)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ankitajana21 authored Feb 12, 2025
1 parent c04e50d commit f35bf06
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions code-samples/eventing/bookstore-sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
Happy coding!
4 changes: 2 additions & 2 deletions code-samples/eventing/bookstore-sample-app/solution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization <your-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:

Expand Down
4 changes: 2 additions & 2 deletions code-samples/eventing/bookstore-sample-app/start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization <your-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:

Expand Down

0 comments on commit f35bf06

Please sign in to comment.