This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new eae0720c2a Fix xref links in 3.0.0 migration guide
eae0720c2a is described below

commit eae0720c2aca1c658a1c2e60059e6d960d133437
Author: James Netherton <[email protected]>
AuthorDate: Fri Mar 24 07:16:14 2023 +0000

    Fix xref links in 3.0.0 migration guide
---
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc 
b/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
index 7dd7a26d61..0d44937fcb 100644
--- a/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
@@ -4,11 +4,11 @@ The following guide outlines how to adapt your code to 
changes that were made in
 
 == Changes in Quarkus
 
-Please refer to 
xref:https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus 
3.0.0 Migration Guide].
+Please refer to 
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus 3.0.0 
Migration Guide].
 
 == Changes in Camel
 
-Please refer to 
xref:https://camel.apache.org/manual/camel-4-migration-guide.html[Apache Camel 
3.x to 4.0 Migration guide].
+Please refer to xref:manual::camel-4-migration-guide.adoc[Apache Camel 3.x to 
4.0 Migration guide].
 
 == Removed extensions
 

Reply via email to