You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2022/08/11 12:04:21 UTC

[camel-quarkus] branch main updated: Fix doc reference to JUnit 5 component (#3986)

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

gzurowski 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 0435661aad Fix doc reference to JUnit 5 component (#3986)
0435661aad is described below

commit 0435661aad74df750e13dd803e5014af51d8f951
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Aug 11 14:04:17 2022 +0200

    Fix doc reference to JUnit 5 component (#3986)
---
 docs/modules/ROOT/pages/user-guide/testing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/testing.adoc b/docs/modules/ROOT/pages/user-guide/testing.adoc
index 9613399556..464218b33f 100644
--- a/docs/modules/ROOT/pages/user-guide/testing.adoc
+++ b/docs/modules/ROOT/pages/user-guide/testing.adoc
@@ -229,7 +229,7 @@ More examples of WireMock usage can be found in the Camel Quarkus integration te
 
 == `CamelTestSupport` style of testing
 
-If you used plain Camel before, you may know https://camel.apache.org/components/latest/others/test-junit5.html[CamelTestSupport] already.
+If you used plain Camel before, you may know xref:components:others:test-junit5.adoc[CamelTestSupport] already.
 Unfortunately the Camel variant won't work on Quarkus and so we prepared a replacement called `CamelQuarkusTestSupport`, which can be used in JVM mode.
 
 Please add following dependency into your module (preferably in the `test` scope), to use `CamelQuarkusTestSupport`.