Skip to content

Commit f35bf06

Browse files
authored
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
1 parent c04e50d commit f35bf06

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

code-samples/eventing/bookstore-sample-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder contains code samples for the Knative Bookstore tutorial, an end-to-
44

55
## Tutorial
66

7-
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/).
7+
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/).
88

99
This tutorial covers:
1010
- Setting up your environment
@@ -35,4 +35,4 @@ For more details on the directory structure and contents of each folder, please
3535
3. Follow the Knative Bookstore Tutorial for step-by-step instructions
3636
4. Refer to the `/solution` directory if you need to check the final implementation
3737

38-
Happy coding!
38+
Happy coding!

code-samples/eventing/bookstore-sample-app/solution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
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.
55

6-
You can find the tutorial for this solution [here](https://knative.dev/bookstore/page-0/welcome-knative-bookstore-tutorial/).
6+
You can find the tutorial for this solution [here](https://knative.dev/docs/bookstore/page-0/welcome-knative-bookstore-tutorial/).
77

88
## Directory Structure
99

@@ -42,4 +42,4 @@ If you encountered any permission issues, run the following command:
4242

4343
## Need Help?
4444

45-
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.
45+
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.

code-samples/eventing/bookstore-sample-app/solution/slack-sink/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When a CloudEvent with the type `new-review-comment` is sent to the Knative Even
1111
## Install prerequisites
1212

1313
### Prerequisite 1: Install Camel CLI
14-
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"}.
14+
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"}.
1515

1616
**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.
1717

@@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization <your-organization> --regist
2929

3030
Replace the placeholders with your actual Docker registry information.
3131

32-
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.
32+
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.
3333

3434
You will see this message if the installation is successful:
3535

code-samples/eventing/bookstore-sample-app/start/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Here's an overview of the components you'll be working with:
1616

1717
1. Familiarize yourself with the directory structure above.
1818
2. Each subdirectory contains starter code and placeholders for the services you'll be building.
19-
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.
19+
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.
2020
4. As you progress through the tutorial, you'll be adding code and configurations to these directories.
2121

2222
Remember, this is just the starting point. By the end of the tutorial, you'll have a fully functional event-driven bookstore application.
2323

2424
## Need Help?
2525

26-
If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support.
26+
If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support.

code-samples/eventing/bookstore-sample-app/start/db-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Note box: However, Knative Service supports Volumes and Persistent Volumes, whic
102102

103103
2. When should I use Knative Service, and what would be the best use case for it?
104104

105-
You can read more about the best use cases for Knative Service [here](https://knative.dev/docs/serving/samples/{:target="_blank"}!
105+
You can read more about the best use cases for Knative Service [here](https://knative.dev/docs/serving/samples/){:target="_blank"}!
106106

107107
## Conclusion
108-
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.
108+
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.

code-samples/eventing/bookstore-sample-app/start/slack-sink/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When a CloudEvent with the type `new-review-comment` is sent to the Knative Even
1111
## Install prerequisites
1212

1313
### Prerequisite 1: Install Camel CLI
14-
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"}.
14+
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"}.
1515

1616
**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.
1717

@@ -29,7 +29,7 @@ $ kamel install --registry docker.io --organization <your-organization> --regist
2929

3030
Replace the placeholders with your actual Docker registry information.
3131

32-
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.
32+
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.
3333

3434
You will see this message if the installation is successful:
3535

0 commit comments

Comments
 (0)