This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.0.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.0.x by this push: new a0c6f42f492 camel-xslt-saxon - Fix broken link to saxon docs a0c6f42f492 is described below commit a0c6f42f49251404a5176c31fc67cec7f6f675d6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Oct 23 16:51:31 2023 +0200 camel-xslt-saxon - Fix broken link to saxon docs --- components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc index 3a7fcc343b9..94396c84cd9 100644 --- a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc +++ b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc @@ -157,8 +157,7 @@ You can explicitly specify `file:` or `classpath:` loading. The two loading type Since Saxon 9.2, writing extension functions has been supplemented by a new mechanism, referred to -as http://www.saxonica.com/html/documentation/extensibility/integratedfunctions[integrated -extension functions] you can now easily use camel as shown in the below example: +as https://www.saxonica.com/html/documentation12/extensibility/extension-functions.html[extension functions] you can now easily use camel as shown in the below example: [source,java] ----