Skip to content

Commit

Permalink
fix(doc): core Camel link
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 21, 2024
1 parent e1d4854 commit 6a0f56c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/traits/pages/openapi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/camel/v1/trait/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a0f56c

Please sign in to comment.