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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3f545311867d4887ffecc10d2faebaab849e0179
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 23 18:29:46 2019 +0200

    Fixed testinga.doc link
---
 components/camel-test-spring/src/main/docs/test-spring.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-test-spring/src/main/docs/test-spring.adoc 
b/components/camel-test-spring/src/main/docs/test-spring.adoc
index 3df7963..e665089 100644
--- a/components/camel-test-spring/src/main/docs/test-spring.adoc
+++ b/components/camel-test-spring/src/main/docs/test-spring.adoc
@@ -9,7 +9,7 @@ Allows to test Camel with Spring applications such as Spring 
XML files or Spring
 This documentation is old and needs to be updated
 ====
 
-xref:manual::testing.adoc[Testing] is a crucial part of any development or 
integration work. The Spring Framework offers a number of features that makes 
it easy to test while using Spring for Inversion of Control which works with 
JUnit 3.x, JUnit 4.x, and http://testng.org[TestNG].
+xref:testing.adoc[Testing] is a crucial part of any development or integration 
work. The Spring Framework offers a number of features that makes it easy to 
test while using Spring for Inversion of Control which works with JUnit 3.x, 
JUnit 4.x, and http://testng.org[TestNG].
 
 We can use Spring for IoC and the Camel 
xref:components::mock-component.adoc[Mock] and xref:components::test.adoc[Test] 
endpoints to create sophisticated integration/unit tests that are easy to run 
and debug inside your IDE.  There are three supported approaches for testing 
with Spring in Camel.
 [width="100%",cols="1,1,4,1",options="header",]

Reply via email to