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 2023/01/09 20:22:18 UTC

[maven-doxia-converter] branch master updated: [MNGSITE-505] use dlcdn.apache.org

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-doxia-converter.git


The following commit(s) were added to refs/heads/master by this push:
     new ae5da9a  [MNGSITE-505] use dlcdn.apache.org
ae5da9a is described below

commit ae5da9abf7664a84aef78d7d7c59b4eba75876c2
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jan 9 21:22:09 2023 +0100

    [MNGSITE-505] use dlcdn.apache.org
---
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index a0dd44a..bd8639d 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -51,7 +51,7 @@ under the License.
         <tbody>
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
-            <td><a href="[preferred]maven/doxia/${project.artifactId}-${project.version}-source-release.zip">maven/doxia/${project.artifactId}-${project.version}-source-release.zip</a></td>
+            <td><a href="https://dlcdn.apache.org/maven/doxia/${project.artifactId}-${project.version}-source-release.zip">maven/doxia/${project.artifactId}-${project.version}-source-release.zip</a></td>
             <td><a href="https://downloads.apache.org/maven/doxia/${project.artifactId}-${project.version}-source-release.zip.sha512">maven/doxia/${project.artifactId}-${project.version}-source-release.zip.sha512</a></td>
             <td><a href="https://downloads.apache.org/maven/doxia/${project.artifactId}-${project.version}-source-release.zip.asc">maven/doxia/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>