You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/23 14:51:40 UTC

[camel] branch main updated: camel-xslt-saxon - Fix broken link to saxon docs

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d715c440c0 camel-xslt-saxon - Fix broken link to saxon docs
1d715c440c0 is described below

commit 1d715c440c0b47425eeb8e64a444e444c3062755
Author: Claus Ibsen <cl...@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 d7f2640033e..5b22938760e 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]
 ----