You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2023/03/21 12:36:30 UTC

[camel-k] branch main updated: fix: broken links

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

zregvart 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 6b8374cc3 fix: broken links
6b8374cc3 is described below

commit 6b8374cc31d411a57e288676ff8b2a661d62fa07
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Tue Mar 21 13:36:21 2023 +0100

    fix: broken links
---
 docs/modules/ROOT/pages/installation/platform/crc.adoc       | 2 +-
 docs/modules/ROOT/pages/installation/platform/iks.adoc       | 2 +-
 docs/modules/ROOT/pages/installation/platform/minikube.adoc  | 2 +-
 docs/modules/ROOT/pages/installation/platform/openshift.adoc | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/platform/crc.adoc b/docs/modules/ROOT/pages/installation/platform/crc.adoc
index a69ccd3e3..24355cc3a 100644
--- a/docs/modules/ROOT/pages/installation/platform/crc.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/crc.adoc
@@ -6,4 +6,4 @@ Follow the instructions in the https://code-ready.github.io/crc/[getting started
 
 After https://code-ready.github.io/crc/#setting-up-codeready-containers_gsg[setting up] and https://code-ready.github.io/crc/#starting-the-virtual-machine_gsg[starting] the cluster you will need to login with the `kubeadmin` user as shown in the startup logs (or setting up a user with sufficient permissions).
 
-You can now proceed with the xref:installation/installation.adoc#procedure[standard Camel K installation procedure].
+You can now proceed with the xref:installation/installation.adoc[standard Camel K installation procedure].
diff --git a/docs/modules/ROOT/pages/installation/platform/iks.adoc b/docs/modules/ROOT/pages/installation/platform/iks.adoc
index 67585f5dc..d3c06e96c 100644
--- a/docs/modules/ROOT/pages/installation/platform/iks.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/iks.adoc
@@ -21,6 +21,6 @@ Please take note of the namespace and region created to configure them on the in
 You can now download *kamel* CLI tool the from https://github.com/apache/camel-k/releases[release page]
 and put it on your system path.
 
-After configure *kamel* CLI, you could start with the xref:installation/installation.adoc#procedure[standard installation] or xref:installation/installation.adoc#helm[installation via Helm].
+After configure *kamel* CLI, you could start with the xref:installation/installation.adoc[standard installation] or xref:installation/installation.adoc#helm[installation via Helm].
 
 Finally you are ready to work with Camel K.
diff --git a/docs/modules/ROOT/pages/installation/platform/minikube.adoc b/docs/modules/ROOT/pages/installation/platform/minikube.adoc
index 4b5afd0d7..b8b7fee94 100644
--- a/docs/modules/ROOT/pages/installation/platform/minikube.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/minikube.adoc
@@ -21,4 +21,4 @@ Alternatively, you can also start an instance with the `registry` addon in one c
 minikube start --addons registry
 ```
 
-You can now proceed with the xref:installation/installation.adoc#procedure[standard Camel K installation procedure].
+You can now proceed with the xref:installation/installation.adoc[standard Camel K installation procedure].
diff --git a/docs/modules/ROOT/pages/installation/platform/openshift.adoc b/docs/modules/ROOT/pages/installation/platform/openshift.adoc
index f13b60f55..42a07fe04 100644
--- a/docs/modules/ROOT/pages/installation/platform/openshift.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/openshift.adoc
@@ -16,4 +16,4 @@ kamel install --cluster-setup
 ```
 
 Once you've done this **only once per the whole cluster**, you can **login as a standard user** and
-continue with the xref:installation/installation.adoc#procedure[standard Camel K installation procedure].
+continue with the xref:installation/installation.adoc[standard Camel K installation procedure].