This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new e35ff00 Fix Xrefs e35ff00 is described below commit e35ff00e70d98e5c4aa7522ddcfa2dfc36451971 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 25 08:25:24 2021 +0200 Fix Xrefs --- components/camel-spring-boot/src/main/docs/spring-boot.adoc | 2 +- docs/components/modules/others/pages/spring-boot.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-spring-boot/src/main/docs/spring-boot.adoc b/components/camel-spring-boot/src/main/docs/spring-boot.adoc index 4b8acb0..bbee84f 100644 --- a/components/camel-spring-boot/src/main/docs/spring-boot.adoc +++ b/components/camel-spring-boot/src/main/docs/spring-boot.adoc @@ -618,7 +618,7 @@ https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-tes To get the `CamelContext` or `ProducerTemplate`, you can inject them into the class in the normal Spring manner, using `@Autowired`. -You can also use xref:latest@manual::spring-testing.adoc[Camel Spring test annotations] to configure tests declaratively. This example uses the `@MockEndpoints` annotation to auto-mock an endpoint: +You can also use the following sample to configure tests declaratively. This example uses the `@MockEndpoints` annotation to auto-mock an endpoint: [source,java] ---- diff --git a/docs/components/modules/others/pages/spring-boot.adoc b/docs/components/modules/others/pages/spring-boot.adoc index 79d11bf..0ffb5f6 100644 --- a/docs/components/modules/others/pages/spring-boot.adoc +++ b/docs/components/modules/others/pages/spring-boot.adoc @@ -620,7 +620,7 @@ https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-tes To get the `CamelContext` or `ProducerTemplate`, you can inject them into the class in the normal Spring manner, using `@Autowired`. -You can also use xref:latest@manual::spring-testing.adoc[Camel Spring test annotations] to configure tests declaratively. This example uses the `@MockEndpoints` annotation to auto-mock an endpoint: +You can also use the following sample to configure tests declaratively. This example uses the `@MockEndpoints` annotation to auto-mock an endpoint: [source,java] ----