This is an automated email from the ASF dual-hosted git repository.
apupier 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 a2e863afb671 fix citrusframework.org URL
a2e863afb671 is described below
commit a2e863afb6716e42fea2a9cd8daa59abacde7cf5
Author: Antoine Wils <[email protected]>
AuthorDate: Tue Jul 7 12:21:28 2026 +0200
fix citrusframework.org URL
---
docs/user-manual/modules/ROOT/pages/integration-test.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/integration-test.adoc
b/docs/user-manual/modules/ROOT/pages/integration-test.adoc
index 3c6cfdb5570d..342d07d64c9b 100644
--- a/docs/user-manual/modules/ROOT/pages/integration-test.adoc
+++ b/docs/user-manual/modules/ROOT/pages/integration-test.adoc
@@ -9,7 +9,7 @@ NOTE: Both unit testing and integration testing are essential
in software develo
== Citrus Test Framework
As an example of writing integration tests for Camel applications you can use
the
-https://citfrusframework.org[Citrus] test framework.
+https://citrusframework.org[Citrus] test framework.
Citrus is an Open Source Java testing framework with focus on integration
testing and messaging.