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

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


The following commit(s) were added to refs/heads/main by this push:
     new bb69d3e  Fix up broken camel-quarkus blog links
bb69d3e is described below

commit bb69d3ee3e5a15b3a0577572d32ca8f01bc964fc
Author: James Netherton <[email protected]>
AuthorDate: Mon Apr 19 15:17:36 2021 +0100

    Fix up broken camel-quarkus blog links
---
 content/blog/2020/08/camel-quarkus-release-1.0.0/index.md           | 2 +-
 content/blog/2020/10/camel-quarkus-release-1.2.0-and-1.3.0/index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2020/08/camel-quarkus-release-1.0.0/index.md 
b/content/blog/2020/08/camel-quarkus-release-1.0.0/index.md
index 330a139..bdb3735 100644
--- a/content/blog/2020/08/camel-quarkus-release-1.0.0/index.md
+++ b/content/blog/2020/08/camel-quarkus-release-1.0.0/index.md
@@ -68,7 +68,7 @@ If you rather come from the CDI side and you never wrote 
Camel integrations befo
 bootstrap and configure your routes using CDI. You can configure Camel using 
CDI even if you have Camel Main in your
 application.
 
-See the [Bootstrap section](/camel-quarkus/latest/user-guide/bootstrap.html) 
of the User guide
+See the [defining Camel 
routes](/camel-quarkus/latest/user-guide/defining-camel-routes.html) section of 
the User guide
 for more details.
 
 ## CDI
diff --git 
a/content/blog/2020/10/camel-quarkus-release-1.2.0-and-1.3.0/index.md 
b/content/blog/2020/10/camel-quarkus-release-1.2.0-and-1.3.0/index.md
index 6649769..315feb2 100644
--- a/content/blog/2020/10/camel-quarkus-release-1.2.0-and-1.3.0/index.md
+++ b/content/blog/2020/10/camel-quarkus-release-1.2.0-and-1.3.0/index.md
@@ -68,7 +68,7 @@ With Camel Quarkus 1.3.0, we got very close to supporting all 
components require
   versions are now kept in separate columns on our
   [Extensions reference pages](/camel-quarkus/latest/reference/index.html)
 * We have added a section about defining
-  [Camel routes in XML](/camel-quarkus/latest/user-guide/bootstrap.html)
+  [Camel routes in 
XML](/camel-quarkus/latest/user-guide/defining-camel-routes.html)
 * We now have a [Change 
log](https://github.com/apache/camel-quarkus/blob/master/CHANGELOG.md) updated 
by the CI.
 
 ## What's next?

Reply via email to