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

pcongiusti 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 6a0f56ce0 fix(doc): core Camel link
6a0f56ce0 is described below

commit 6a0f56ce0d24d516f5dedd9a284f0d8303819e0f
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon Oct 21 16:21:02 2024 +0200

    fix(doc): core Camel link
---
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +-
 docs/modules/traits/pages/openapi.adoc            | 2 +-
 pkg/apis/camel/v1/trait/openapi.go                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc 
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index c778d4ff4..4c2503277 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -8048,7 +8048,7 @@ Deprecated: no longer available since version 2.5.
 The OpenAPI DSL trait is internally used to allow creating integrations from a 
OpenAPI specs.
 
 WARNING: The Openapi trait is **deprecated** and will removed in future 
release versions:
-use Camel REST contract first instead, 
https://camel.apache.org/manual/rest-dsl-openapi.html
+use Camel REST contract first instead (see Camel core documentation).
 
 
 [cols="2,2a",options="header"]
diff --git a/docs/modules/traits/pages/openapi.adoc 
b/docs/modules/traits/pages/openapi.adoc
index f4276164e..61b3a941c 100755
--- a/docs/modules/traits/pages/openapi.adoc
+++ b/docs/modules/traits/pages/openapi.adoc
@@ -7,7 +7,7 @@ 
image:https://img.shields.io/badge/2.5.0-white?label=Deprecated&labelColor=C40C0
 The OpenAPI DSL trait is internally used to allow creating integrations from a 
OpenAPI specs.
 
 WARNING: The Openapi trait is **deprecated** and will removed in future 
release versions:
-use Camel REST contract first instead, 
https://camel.apache.org/manual/rest-dsl-openapi.html
+use Camel REST contract first instead (see Camel core documentation).
 
 
 This trait is available in the following profiles: **Kubernetes, Knative, 
OpenShift**.
diff --git a/pkg/apis/camel/v1/trait/openapi.go 
b/pkg/apis/camel/v1/trait/openapi.go
index de0acedb1..29499c7dd 100644
--- a/pkg/apis/camel/v1/trait/openapi.go
+++ b/pkg/apis/camel/v1/trait/openapi.go
@@ -20,7 +20,7 @@ package trait
 // The OpenAPI DSL trait is internally used to allow creating integrations 
from a OpenAPI specs.
 //
 // WARNING: The Openapi trait is **deprecated** and will removed in future 
release versions:
-// use Camel REST contract first instead, 
https://camel.apache.org/manual/rest-dsl-openapi.html
+// use Camel REST contract first instead (see Camel core documentation).
 //
 // +camel-k:trait=openapi.
 // +camel-k:deprecated=2.5.0.

Reply via email to