You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/04/08 10:09:53 UTC

[maven-site] branch master updated: link to repo manager page for first use of the term

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a2a62a  link to repo manager page for first use of the term
4a2a62a is described below

commit 4a2a62ae6251881740bb0d2f06685aa24a95d61d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Apr 8 12:09:49 2019 +0200

    link to repo manager page for first use of the term
---
 content/apt/guides/mini/guide-mirror-settings.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-mirror-settings.apt b/content/apt/guides/mini/guide-mirror-settings.apt
index 9937d91..80900d0 100644
--- a/content/apt/guides/mini/guide-mirror-settings.apt
+++ b/content/apt/guides/mini/guide-mirror-settings.apt
@@ -42,7 +42,7 @@ Using Mirrors for Repositories
 
     * You want to replace a particular repository with your own internal repository which you have greater control over
 
-    * You want to run a repository manager to provide a local cache to a mirror and need to use its URL instead
+    * You want to run a {{{../../repository-management.html}repository manager}} to provide a local cache to a mirror and need to use its URL instead
 
     []
 
@@ -84,7 +84,7 @@ Using A Single Repository
 
   You can force Maven to use a single repository by having it mirror all repository requests. The repository must
   contain all of the desired artifacts, or be able to proxy the requests to other repositories. This setting is most
-  useful when using an internal company repository with the Maven Repository Manager to proxy external requests.
+  useful when using an internal company repository with a {{{../../repository-management.html}Maven Repository Manager}} to proxy external requests.
 
   To achieve this, set <<<mirrorOf>>> to <<<*>>>.