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

commit f5fd81a561403532de960c5503da9cd7b379397b
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Thu Nov 14 18:44:44 2024 +0100

    fix(docs): registry links
---
 .../ROOT/pages/installation/registry/registry-secret.adoc    |  6 +++---
 docs/modules/ROOT/pages/installation/registry/registry.adoc  | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/registry/registry-secret.adoc 
b/docs/modules/ROOT/pages/installation/registry/registry-secret.adoc
index f7e50a58d..da5f232aa 100644
--- a/docs/modules/ROOT/pages/installation/registry/registry-secret.adoc
+++ b/docs/modules/ROOT/pages/installation/registry/registry-secret.adoc
@@ -33,9 +33,9 @@ metadata:
 spec:
   build:
     registry:
-      address: <my-registry-address> (1)
-      organization: <my-organization> (2)
-      secret: <my-secret-credentials> (3)
+      address: <my-registry-address>
+      organization: <my-organization>
+      secret: <my-secret-credentials>
 ----
 
 NOTE: make sure any credential contains the valid authentication servers: 
`docker.io` is used by **Jib**. Other publishing strategies may instead require 
to use a different endpoint, ie, `https://index.docker.io/v1/`.
\ No newline at end of file
diff --git a/docs/modules/ROOT/pages/installation/registry/registry.adoc 
b/docs/modules/ROOT/pages/installation/registry/registry.adoc
index 1b6ad2588..0b0b2ed26 100644
--- a/docs/modules/ROOT/pages/installation/registry/registry.adoc
+++ b/docs/modules/ROOT/pages/installation/registry/registry.adoc
@@ -30,9 +30,9 @@ metadata:
 spec:
   build:
     registry:
-      address: <my-registry-address> (1)
-      organization: <my-organization> (2)
-      secret: <my-secret-credentials> (3)
+      address: <my-registry-address>
+      organization: <my-organization>
+      secret: <my-secret-credentials>
 ----
 
 The changes will be immediately reconciled and the operator will be able to 
push and pull resources in a secure manner.
@@ -51,12 +51,12 @@ NOTE: you can configure Camel K to use an insecure private 
registry. However, yo
 === Special container registry requirements
 We have some hints that can help you configuring on the most common platforms:
 
-- xref:installation/registry/special/docker-desktop.adoc[Docker Hub]
+- xref:installation/registry/special/docker-desktop.adoc[Docker Desktop]
 - xref:installation/registry/special/gcr.adoc[Gcr.io]
 - xref:installation/registry/special/github.adoc[Github Packages]
 - xref:installation/registry/special/icr.adoc[IBM Container Registry]
-- xref:installation/registry/special/kind.adoc[K3s]
-- xref:installation/registry/special/minikube.adoc[K3s]
+- xref:installation/registry/special/kind.adoc[Kind]
+- xref:installation/registry/special/minikube.adoc[Minikube]
 
 [[configuring-registry-run-it-yours]]
 == Run your own container registry

Reply via email to