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

commit c1f7ae14e6e22064baa98a1b46825690ede460ee
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 31 13:07:03 2021 +0200

    Fixing wrong link should use xref
---
 docs/modules/ROOT/pages/configuration/dependencies.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/configuration/dependencies.adoc 
b/docs/modules/ROOT/pages/configuration/dependencies.adoc
index 0fdf0bd..161ad9b 100644
--- a/docs/modules/ROOT/pages/configuration/dependencies.adoc
+++ b/docs/modules/ROOT/pages/configuration/dependencies.adoc
@@ -43,7 +43,7 @@ In this case, the dependency will be added with the correct 
version.
 ```
 kamel run -d mvn:com.google.guava:guava:26.0-jre Integration.java
 ```
-Note that if your dependencies belong to a private repository, this repository 
needs to be defined. See link:maven.adoc[Configure maven].
+Note that if your dependencies belong to a private repository, this repository 
needs to be defined. See xref:configuration/maven.adoc[Configure maven].
 
 *Jitpack dependencies* can be added using the `-d` flag, the `github` prefix, 
and the project in the form `github:user/repo/version`:
 ```

Reply via email to