This is an automated email from the ASF dual-hosted git repository.
squakez 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 9fab674d4 fix: proper link
9fab674d4 is described below
commit 9fab674d4e1562d652d444880d418d31e8f1e98b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Sep 7 15:12:16 2026 +0200
fix: proper link
---
release.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release.adoc b/release.adoc
index 7d2fd63ba..9a2db7385 100644
--- a/release.adoc
+++ b/release.adoc
@@ -219,7 +219,7 @@ You can edit the draft release and set it to final, marking
as last release. You
```
## Installation procedure
-Install the operator looking at the official
https://camel.apache.org/camel-k/<2.5.x>/installation/installation.html[Camel K
operator <version> installation procedure].
+Install the operator looking at the official [Camel K operator <version>
installation
procedure](https://camel.apache.org/camel-k/<2.5.x>/installation/installation.html).
```
Perform a simple test to verify that everything is in place (running a "Hello
World" integration after an installation done with, as an example `kubectl
apply -k
github.com/apache/camel-k/install/overlays/all-namespaces?ref=v<version>
--server-side`). Do a simple final test.