You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/04/07 18:54:48 UTC

[camel-k] branch main updated: chore(doc): removing useless fragment

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

davsclaus 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 b337ff860 chore(doc): removing useless fragment
     new 939bc5835 Merge pull request #3181 from squakez/fix/website_links
b337ff860 is described below

commit b337ff860841efc8a48aa596d224f7eb85da8c62
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Apr 7 17:24:55 2022 +0200

    chore(doc): removing useless fragment
    
    Ref apache/camel-website#819
---
 docs/modules/ROOT/pages/cli/cli.adoc                    | 2 +-
 docs/modules/ROOT/pages/configuration/dependencies.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/cli/cli.adoc b/docs/modules/ROOT/pages/cli/cli.adoc
index 7f1642f61..d9e4ba6e6 100644
--- a/docs/modules/ROOT/pages/cli/cli.adoc
+++ b/docs/modules/ROOT/pages/cli/cli.adoc
@@ -99,7 +99,7 @@ for more information.
 == Image Registry
 
 The CLI can be used to xref:configuration/dependencies.adoc#local-dependencies[upload] content to the Image Registry.
-To do so, the registry options need to be correctly set during xref:installation/registry/registry.adoc#configuring-registry[installation].
+To do so, the registry options need to be correctly set during xref:installation/registry/registry.adoc[installation].
 If the Image Registry uses a custom certificate authority then it needs to be trusted by the CLI see
 link:https://go.dev/src/crypto/x509/root_unix.go[SSL_CERT_FILE].
 If the Image registry uses authentication then it should be configured correctly in `$HOME/.docker/config.json`;
diff --git a/docs/modules/ROOT/pages/configuration/dependencies.adoc b/docs/modules/ROOT/pages/configuration/dependencies.adoc
index 3f65b5379..45c3e56d4 100644
--- a/docs/modules/ROOT/pages/configuration/dependencies.adoc
+++ b/docs/modules/ROOT/pages/configuration/dependencies.adoc
@@ -61,7 +61,7 @@ kamel run -d file://path/to/data.csv:path/in/container/data.csv Integration.java
 
 Specifying a directory with also work recursively.
 
-Note that this feature relies on the Image Registry being setup xref:cli/cli.adoc#configuring-registry[correctly].
+Note that this feature relies on the Image Registry being setup xref:cli/cli.adoc[correctly].
 
 [[dependencies-kind-jitpack]]
 === Jitpack dependencies