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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87225f8  Fixed a wrong config parameter
87225f8 is described below

commit 87225f831c57b887f8096a8c39fbdc4a05f7906a
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sat Oct 30 18:19:59 2021 +0200

    Fixed a wrong config parameter
---
 layouts/mina/baseof.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/mina/baseof.html b/layouts/mina/baseof.html
index de1b3ca..0350c27 100644
--- a/layouts/mina/baseof.html
+++ b/layouts/mina/baseof.html
@@ -31,8 +31,8 @@
             <div id="navigation">
                 <h5>Latest Downloads</h5>
                 <ul>
-                    <li><a href="/mina-project/downloads_2_0.html">Mina {{ 
.Site.params.version_mina_2_0 }}</a></li>
-                    <li><a href="/mina-project/downloads_2_1.html">Mina {{ 
.Site.params.version_mina_2_1 }}</a></li>
+                    <li><a href="/mina-project/downloads_2_0.html">Mina {{ 
.Site.Params.version_mina_2_0 }}</a></li>
+                    <li><a href="/mina-project/downloads_2_1.html">Mina {{ 
.Site.Params.version_mina_2_1 }}</a></li>
                     <li><a href="/mina-project/downloads_old.html">Mina old 
versions</a></li>
                 </ul>
                 <h5>Documentation</h5>

Reply via email to