You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/26 19:11:40 UTC

[camel] branch master updated: Fix broken links

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ef891f  Fix broken links
6ef891f is described below

commit 6ef891fddb3a93bc0bb48c5b8cedea3b24770c2c
Author: Johnny Lim <iz...@naver.com>
AuthorDate: Thu Dec 27 04:10:18 2018 +0900

    Fix broken links
---
 components/camel-spring-boot/src/main/docs/spring-boot.adoc | 4 ++--
 1 file 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 8b5c906..7d7defc 100644
--- a/components/camel-spring-boot/src/main/docs/spring-boot.adoc
+++ b/components/camel-spring-boot/src/main/docs/spring-boot.adoc
@@ -33,10 +33,10 @@ automatically auto-configure Camel for you.
 *Available as of Camel 2.17*
 
 Apache Camel ships
-a https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring
+a https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-starters[Spring
 Boot Starter] module that allows you to develop Spring Boot applications
 using starters. There is a
-https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-starter[sample
+https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot[sample
 application] in the source code also.
 
 To use the starter, add the following to your spring boot pom.xml file: