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

jamesnetherton 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 1be2625b Fix links to Camel Quarkus extension configuration sections
1be2625b is described below

commit 1be2625b5101eb3c294989c84f1b879ab96ac7f7
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 7 11:22:31 2022 +0100

    Fix links to Camel Quarkus extension configuration sections
---
 content/blog/2020/08/camel-quarkus-release-1.0.0/index.md | 2 +-
 content/blog/2021/06/camel-quarkus-release-2.0.0/index.md | 2 +-
 content/blog/2021/11/camel-quarkus-release-2.5.0/index.md | 6 +++---
 3 files changed, 5 insertions(+), 5 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 9c7d683f..6cca143e 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
@@ -95,7 +95,7 @@ On Camel Quarkus, the extensions roughly correspond to camel 
components - i.e. i
 need `camel-sql` you add the `camel-quarkus-sql` extension as a dependency to 
your application and it takes
 care for both pulling the `camel-sql` artifact and configuring the native 
compiler. Extension pages document any
 further configuration that needs to be done by the application developer. E.g. 
in case of the
-[SQL 
extension](/camel-quarkus/next/reference/extensions/sql.html#_additional_camel_quarkus_configuration),
+[SQL 
extension](/camel-quarkus/next/reference/extensions/sql.html#extensions-sql-additional-camel-quarkus-configuration),
 the `quarkus.camel.sql.script-files` property needs to be set.
 
 Check the [Native mode](/camel-quarkus/next/user-guide/native-mode.html) 
section of the Camel
diff --git a/content/blog/2021/06/camel-quarkus-release-2.0.0/index.md 
b/content/blog/2021/06/camel-quarkus-release-2.0.0/index.md
index 47566455..34d9ddc4 100644
--- a/content/blog/2021/06/camel-quarkus-release-2.0.0/index.md
+++ b/content/blog/2021/06/camel-quarkus-release-2.0.0/index.md
@@ -74,7 +74,7 @@ The extent of this effort can be assessed by running [this 
GitHub issues query](
 
 ## Deprecations
 
-* Avro extension: `@BuildTimeAvroDataFormat` is deprecated - see the [Avro 
extension](/camel-quarkus/next/reference/extensions/avro.html#_additional_camel_quarkus_configuration)
 page.
+* Avro extension: `@BuildTimeAvroDataFormat` is deprecated - see the [Avro 
extension](/camel-quarkus/next/reference/extensions/avro.html#extensions-avro-additional-camel-quarkus-configuration)
 page.
 
 
 ## Breaking changes and migration steps
diff --git a/content/blog/2021/11/camel-quarkus-release-2.5.0/index.md 
b/content/blog/2021/11/camel-quarkus-release-2.5.0/index.md
index d29ecc19..d30b0f51 100644
--- a/content/blog/2021/11/camel-quarkus-release-2.5.0/index.md
+++ b/content/blog/2021/11/camel-quarkus-release-2.5.0/index.md
@@ -37,9 +37,9 @@ to cover all major use cases mentioned in the main Camel 
documentation.
 
 We have improved the user guide with :
 
-* New section for additional configuration in the [AWS 2 Lambda 
documentation](/camel-quarkus/next/reference/extensions/aws2-lambda.html#_additional_camel_quarkus_configuration)
-* New section explaining how to [generate Salesforce DTOs With the 
Salesforce-Maven-Plugin](/camel-quarkus/next/reference/extensions/salesforce.html#_generating_salesforce_dtos_with_the_salesforce_maven_plugin)
-* Update section for [additional configuration in 
Avro](/camel-quarkus/next/reference/extensions/avro.html#_additional_camel_quarkus_configuration)
+* New section for additional configuration in the [AWS 2 Lambda 
documentation](/camel-quarkus/next/reference/extensions/aws2-lambda.html#extensions-aws2-lambda-additional-camel-quarkus-configuration)
+* New section explaining how to [generate Salesforce DTOs With the 
Salesforce-Maven-Plugin](/camel-quarkus/next/reference/extensions/salesforce.html#extensions-usage-generating-salesforce-dtos-with-the-salesforce-maven-plugin)
+* Update section for [additional configuration in 
Avro](/camel-quarkus/next/reference/extensions/avro.html#extensions-avro-additional-camel-quarkus-configuration)
 
 
 ## Release notes

Reply via email to