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 4a6540bf Fix build - adapt link as title change in xpath documentation
(#1215)
4a6540bf is described below
commit 4a6540bfc12eaa4d8c2a53232d7edafa71bc95a7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Aug 12 12:23:35 2024 +0200
Fix build - adapt link as title change in xpath documentation (#1215)
Signed-off-by: Aurélien Pupier <[email protected]>
---
content/blog/2023/12/camel43-whatsnew/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2023/12/camel43-whatsnew/index.md
b/content/blog/2023/12/camel43-whatsnew/index.md
index 50078c0b..522ebf64 100644
--- a/content/blog/2023/12/camel43-whatsnew/index.md
+++ b/content/blog/2023/12/camel43-whatsnew/index.md
@@ -19,7 +19,7 @@ The simple language can now work better with JSon and XML
with inlined jq/jsonpa
can be used for basic message transformation. You can find an examples at:
- [json
transformation](https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform)
-- [xml
transformation](/components/next/languages/xpath-language.html#_transforming_a_xml_message)
+- [xml
transformation](/components/next/languages/xpath-language.html#_transforming_an_xml_message)
We added `debugStandby` option to allow route debugging a running Camel
application on demand. Being in standby mode
has no overhead and only when debugging is activated then Camel runs in
debugging mode, which can then be deactivated