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 cc34f5574d33f827fa2f6a51c457a750376125f6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 9 17:46:37 2020 +0200 Fixed resteasy-starter link in docs --- components/camel-resteasy/src/main/docs/resteasy-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-resteasy/src/main/docs/resteasy-component.adoc b/components/camel-resteasy/src/main/docs/resteasy-component.adoc index a3f07d4..d4b8b25 100644 --- a/components/camel-resteasy/src/main/docs/resteasy-component.adoc +++ b/components/camel-resteasy/src/main/docs/resteasy-component.adoc @@ -249,4 +249,4 @@ Then you can define your route as follows: Notice that component-scan is important to load resteasy servlet properly into container's runtime. -include::camel-spring-boot::page$restasy-starter.adoc[] +include::camel-spring-boot::page$resteasy-starter.adoc[]