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

mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c46cfc  fix 3.1.0 archive links
0c46cfc is described below

commit 0c46cfc048c447a2616cf6906a81d99a51360147
Author: Michael Beckerle <[email protected]>
AuthorDate: Mon Dec 6 20:22:55 2021 -0500

    fix 3.1.0 archive links
---
 site/_releases/3.1.0.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_releases/3.1.0.md b/site/_releases/3.1.0.md
index 87e5f62..1a13666 100644
--- a/site/_releases/3.1.0.md
+++ b/site/_releases/3.1.0.md
@@ -9,8 +9,8 @@ summary: >
     improved SAX conformance and performance, miscellaneous bug fixes and
     improvements
 
-artifact-root: "https://archive.apache.org/daffodil/3.1.0/";
-checksum-root: "https://archive.apache.org/daffodil/3.1.0/";
+artifact-root: "https://archive.apache.org/dist/daffodil/3.1.0/";
+checksum-root: "https://archive.apache.org/dist/daffodil/3.1.0/";
 
 key-file: "https://downloads.apache.org/daffodil/KEYS";
 

Reply via email to