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

brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 25f8ba8  fix typo
25f8ba8 is described below

commit 25f8ba89cdc62b07029beb69065b64e0d7b96aea
Author: Dave Brondsema <[email protected]>
AuthorDate: Fri Jun 21 13:46:51 2024 -0400

    fix typo
---
 _src/pelicanconf.py | 2 +-
 download.html       | 2 +-
 index.html          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 5555386..13ac530 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -47,7 +47,7 @@ CURRENT_YEAR = dt.date.today().year
 
 RELEASE_VERSION = '1.17.1'
 RELEASE_DATE = 'June 2024'
-RELEASE_NEWS = 'posts/2024-allura-1.17.1 .html'
+RELEASE_NEWS = 'posts/2024-allura-1.17.1.html'
 DIST_URL = 'https://downloads.apache.org/allura/'
 
 FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'
diff --git a/download.html b/download.html
index 12fd0a5..cc3b8e5 100644
--- a/download.html
+++ b/download.html
@@ -55,7 +55,7 @@
       <div class="row">
         <p class="pad-md">
             <a 
href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.17.1.tar.gz";>Download
 Allura v1.17.1</a>.  This is the latest release of Apache Allura, released 
June 2024.
-              <a href="posts/2024-allura-1.17.1 .html">Read what's new.</a>
+              <a href="posts/2024-allura-1.17.1.html">Read what's new.</a>
         </p>
         <p>
             Verify the download:
diff --git a/index.html b/index.html
index 656e939..f8bd6db 100644
--- a/index.html
+++ b/index.html
@@ -86,7 +86,7 @@
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
           <a href="//allura.apache.org/download.html"><button 
class="auto-margin">Download v1.17.1</button></a>
           <span class="text-white">June 2024 &mdash;</span>
-          <a href="posts/2024-allura-1.17.1 .html">What's New</a>
+          <a href="posts/2024-allura-1.17.1.html">What's New</a>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>

Reply via email to