This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9c8899c9 Fix broken links to restructured Camel CLI documentation
9c8899c9 is described below
commit 9c8899c9c686b1a5680e938f70fcb2e71f02a707
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 17:09:03 2026 +0200
Fix broken links to restructured Camel CLI documentation
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
content/blog/2023/12/camel43-whatsnew/index.md | 2 +-
content/blog/2024/01/hawtio-v3/index.md | 2 +-
content/blog/2025/02/camel410-whatsnew/index.md | 4 ++--
content/blog/2025/07/camel-jbang-infra/index.md | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/blog/2023/12/camel43-whatsnew/index.md
b/content/blog/2023/12/camel43-whatsnew/index.md
index 6b85bc53..364c1147 100644
--- a/content/blog/2023/12/camel43-whatsnew/index.md
+++ b/content/blog/2023/12/camel43-whatsnew/index.md
@@ -110,7 +110,7 @@ shown in the screenshot below:
You can find an example at [jbang-edit
example](https://github.com/apache/camel-kamelets-examples/tree/main/jbang/jbang-edit).
Another new functionality is the _live message transformer_ with the new
`camel transform message` command.
-You can find detailed information in the [camel-jbang
docs](/manual/camel-jbang.html#_transforming_message_data_mapping),
+You can find detailed information in the [camel-jbang
docs](/manual/camel-jbang-transforming.html#_transforming_messages_data_mapping),
a basic example is here [json
transformation](https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform),
and we have a [video recording on
YouTube](https://www.youtube.com/watch?v=ntVRSBcBBLU).
We have improved the `camel export` to avoid starting some services that was
not needed, which could potentially
diff --git a/content/blog/2024/01/hawtio-v3/index.md
b/content/blog/2024/01/hawtio-v3/index.md
index b4d37378..4d424a0c 100644
--- a/content/blog/2024/01/hawtio-v3/index.md
+++ b/content/blog/2024/01/hawtio-v3/index.md
@@ -41,7 +41,7 @@ With the proliferation of microservices, application runtimes
are becoming light
The Camel JBang CLI already has a nice `camel hawtio` command. [^2] We can
expect that a future update will make Hawtio v3 default for the command, but
meanwhile if it is still using the old v2 console, you can make it start the
new Hawtio v3 from the CLI easily as follows: [^3]
-[^2]: [Camel JBang - Using Jolokia and
Hawtio](/manual/camel-jbang.html#_using_jolokia_and_hawtio)
+[^2]: [Camel JBang - Using Jolokia and
Hawtio](/manual/camel-jbang-managing.html#_using_jolokia_and_hawtio)
[^3]: 3.0.0 has a problem with `camel hawtio`, so please use 3.0.1.
```console
diff --git a/content/blog/2025/02/camel410-whatsnew/index.md
b/content/blog/2025/02/camel410-whatsnew/index.md
index fb305291..ba5d70fd 100644
--- a/content/blog/2025/02/camel410-whatsnew/index.md
+++ b/content/blog/2025/02/camel410-whatsnew/index.md
@@ -100,11 +100,11 @@ The update process leverages the [Apache Camel Open
Rewrite recipes](https://git
* Camel Quarkus (quarkus)
* Camel Spring Boot (spring-boot)
-More information can be found in [Apache Camel JBang
documentation](/manual/camel-jbang.html#_update).
+More information can be found in [Apache Camel JBang
documentation](/manual/camel-jbang-projects.html).
### Camel JBang Kubernetes
-We have done many improvements and bug fixes to make camel kubernetes work
well on Openshift and
[Minikube](/manual/camel-jbang-kubernetes.html#_minikube_deployment_tips_and_troubleshooting).
+We have done many improvements and bug fixes to make camel kubernetes work
well on Openshift and
[Minikube](/manual/camel-jbang-kubernetes.html#_minikube_deployment_tips).
The option `--name` has been added to allow the user to explicitly define the
integration name. It is available on all `camel kubernetes` commands.
diff --git a/content/blog/2025/07/camel-jbang-infra/index.md
b/content/blog/2025/07/camel-jbang-infra/index.md
index 67bb0a93..a8281b22 100644
--- a/content/blog/2025/07/camel-jbang-infra/index.md
+++ b/content/blog/2025/07/camel-jbang-infra/index.md
@@ -10,7 +10,7 @@ preview: "Learn how to leverage Apache Camel JBang to
prototype E2E scenarios"
## Introduction
-In this blog post, we'll explore how [Apache Camel JBang's Infrastructure
Command](/manual/camel-jbang.html#_infrastructure) can help you rapidly
prototype end-to-end integration scenarios and adapt to changing requirements.
We'll walk through a realistic development scenario where requirements evolve
over time, demonstrating how Camel's flexibility makes it an ideal choice for
proof-of-concept development.
+In this blog post, we'll explore how [Apache Camel JBang's Infrastructure
Command](/manual/camel-jbang-dev-services.html) can help you rapidly prototype
end-to-end integration scenarios and adapt to changing requirements. We'll walk
through a realistic development scenario where requirements evolve over time,
demonstrating how Camel's flexibility makes it an ideal choice for
proof-of-concept development.
## Camel JBang Infrastructure: Your Prototyping Toolkit
@@ -242,7 +242,7 @@ public class CamelRoute extends RouteBuilder {
}
```
-We can use any software to interact with the FTP, such as FileZilla, but is it
really needed? we can easily automate the upload part to the FTP server with
Camel, we can do it with [Camel
JBang](/manual/camel-jbang.html#_sending_messages_via_camel):
+We can use any software to interact with the FTP, such as FileZilla, but is it
really needed? we can easily automate the upload part to the FTP server with
Camel, we can do it with [Camel
JBang](/manual/camel-jbang-devtools.html#_sending_messages_via_camel):
```console
$ echo "Test content" > test.txt