This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 2e1d0d3 CAMEL-13589: fix broken links
2e1d0d3 is described below
commit 2e1d0d34d7e20044ffd66f73c72d04d6f1df43fb
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Jul 23 10:45:46 2019 +0200
CAMEL-13589: fix broken links
I forgot to add the `manual` module in `xref`.
---
components/camel-bean/src/main/docs/bean-language.adoc | 4 ++--
components/camel-test-spring/src/main/docs/test-spring.adoc | 2 +-
docs/components/modules/ROOT/pages/bean-language.adoc | 4 ++--
docs/components/modules/ROOT/pages/test-spring.adoc | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/camel-bean/src/main/docs/bean-language.adoc
b/components/camel-bean/src/main/docs/bean-language.adoc
index 45e39ef..12a80f2 100644
--- a/components/camel-bean/src/main/docs/bean-language.adoc
+++ b/components/camel-bean/src/main/docs/bean-language.adoc
@@ -99,9 +99,9 @@ or other expressions.
=== Non-Registry Beans
The xref:bean-language.adoc[Bean Language] also supports invoking beans
-that isn't registered in the xref:registry.adoc[Registry]. This is
+that isn't registered in the xref:manual::registry.adoc[Registry]. This is
usable for quickly to invoke a bean from Java DSL where you don't need
-to register the bean in the xref:registry.adoc[Registry] such as the
+to register the bean in the xref:manual::registry.adoc[Registry] such as the
xref:spring.adoc[Spring] *`ApplicationContext`*. Camel can instantiate
the bean and invoke the method if given a class or invoke an already
existing instance.
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 e665089..3df7963 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: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: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].
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",]
diff --git a/docs/components/modules/ROOT/pages/bean-language.adoc
b/docs/components/modules/ROOT/pages/bean-language.adoc
index 45e39ef..12a80f2 100644
--- a/docs/components/modules/ROOT/pages/bean-language.adoc
+++ b/docs/components/modules/ROOT/pages/bean-language.adoc
@@ -99,9 +99,9 @@ or other expressions.
=== Non-Registry Beans
The xref:bean-language.adoc[Bean Language] also supports invoking beans
-that isn't registered in the xref:registry.adoc[Registry]. This is
+that isn't registered in the xref:manual::registry.adoc[Registry]. This is
usable for quickly to invoke a bean from Java DSL where you don't need
-to register the bean in the xref:registry.adoc[Registry] such as the
+to register the bean in the xref:manual::registry.adoc[Registry] such as the
xref:spring.adoc[Spring] *`ApplicationContext`*. Camel can instantiate
the bean and invoke the method if given a class or invoke an already
existing instance.
diff --git a/docs/components/modules/ROOT/pages/test-spring.adoc
b/docs/components/modules/ROOT/pages/test-spring.adoc
index e665089..3df7963 100644
--- a/docs/components/modules/ROOT/pages/test-spring.adoc
+++ b/docs/components/modules/ROOT/pages/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: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: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].
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",]