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 2023/04/26 16:22:14 UTC

[camel-k] branch main updated: chore(doc): Fix documentation for camel-website generation

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-k.git


The following commit(s) were added to refs/heads/main by this push:
     new e7ddc2ffa chore(doc): Fix documentation for camel-website generation
e7ddc2ffa is described below

commit e7ddc2ffa9659619ec8582d4d82912e0dd742b0f
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Apr 26 18:02:20 2023 +0200

    chore(doc): Fix documentation for camel-website generation
---
 docs/modules/ROOT/pages/architecture/cr/build.adoc  | 4 ++--
 docs/modules/ROOT/pages/kamelets/kamelets-user.adoc | 2 +-
 docs/modules/ROOT/pages/kamelets/kamelets.adoc      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/architecture/cr/build.adoc b/docs/modules/ROOT/pages/architecture/cr/build.adoc
index e7502616a..306fb22bf 100644
--- a/docs/modules/ROOT/pages/architecture/cr/build.adoc
+++ b/docs/modules/ROOT/pages/architecture/cr/build.adoc
@@ -28,7 +28,7 @@ the full go definition can be found https://github.com/apache/camel-k/blob/main/
 image::architecture/camel-k-state-machine-build.png[life cycle]
 
 [[build-strategy]]
-= Build strategy
+== Build strategy
 
 You can choose from different build strategies. The build strategy defines how a build should be executed.
 At the moment the available strategies are:
@@ -37,7 +37,7 @@ At the moment the available strategies are:
 - buildStrategy: routine (each build is run as a go routine inside the operator pod)
 
 [[build-queue]]
-= Build queues
+== Build queues
 
 IntegrationKits and its base images should be reused for multiple Integrations in order to
 accomplish an efficient resource management and to optimize build and startup times for Camel K Integrations.
diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
index 217e5b298..c5509a060 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
@@ -390,7 +390,7 @@ To comply with the Knative specifications, in case an "http" or "https" URI is u
 
 === Error Handling
 
-You can configure an error handler in order to specify what to do when some event ends up with failure. See xref:kamelets/bindings-error-handler.adoc[Pipes Error Handler User Guide] for more detail.
+You can configure an error handler in order to specify what to do when some event ends up with failure. See xref:kamelets/kameletbindings-error-handler.adoc[Pipes Error Handler User Guide] for more detail.
 
 === Trait via annotations
 
diff --git a/docs/modules/ROOT/pages/kamelets/kamelets.adoc b/docs/modules/ROOT/pages/kamelets/kamelets.adoc
index e4ba888da..d908064f6 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets.adoc
@@ -4,5 +4,5 @@
 This section of the documentation contains information about Kamelets from both a user and a developer point of view:
 
 - The xref:kamelets/kamelets-user.adoc[Kamelets User Guide] is for users that want to use Kamelets for connecting systems with their applications
-- The xref:kamelets/bindings-error-handler.adoc[Pipes Error Handler User Guide] explains how to configure an error handler on a `Pipe`
+- The xref:kamelets/kameletbindings-error-handler.adoc[Pipes Error Handler User Guide] explains how to configure an error handler on a `Pipe`
 - The xref:kamelets/kamelets-dev.adoc[Kamelets Developer Guide] is a reference for developers that want to create new Kamelets and share them with users