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 2022/08/11 10:08:57 UTC

[camel] branch main updated: Fixed broken link in docs causing website build failure

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 0fa166ca7e4 Fixed broken link in docs causing website build failure
0fa166ca7e4 is described below

commit 0fa166ca7e4160158e10e0cbec68a8bae98961e3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 11 12:08:45 2022 +0200

    Fixed broken link in docs causing website build failure
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
index 6bcd3d92793..cb4c289e833 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
@@ -242,7 +242,7 @@ Notice how we must use `depends-on="VerySimple-context"` in the `cxf:cxfEndpoint
 
 The underlying JSch library has been updated (https://issues.apache.org/jira/browse/CAMEL-17835[CAMEL-17835]) to a
 more secure and actively maintained fork which has removed key types and algorithms that rely on SHA1. For
-information on how these can be restored, consult the xref:components::sftp-component.adoc#_restoring_deprecated_key_types_and_algorithms[documentation for the SFTP component].
+information on how these can be restored, consult the xref:components::sftp-component.adoc[SFTP component] documentation.
 
 === Deprecated Components