You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/02/28 21:03:41 UTC

[groovy-website] branch asf-site updated: Fix broken description for Groovy 2.5

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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bfb557c  Fix broken description for Groovy 2.5
     new 39fd1c6  Merge pull request #33 from leonard84/patch-1
bfb557c is described below

commit bfb557c4c8dd6ffdd01e68c2f5e0a06153e738fc
Author: Leonard Brünings <lo...@gmx.net>
AuthorDate: Mon Feb 28 15:00:23 2022 +0100

    Fix broken description for Groovy 2.5
    
    and improve 2.4 description.
---
 site/src/site/sitemap-dev.groovy | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 4166ec0..02742b1 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -110,9 +110,9 @@ downloads {
     distribution('Groovy 2.5') {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-2.5.html", 'Groovy 2.5')
-            yield ' is an earlier version of Groovy still in widespread use.'
+            yield ' is an earlier '
             a(href: 'versioning.html', 'version')
-            yield ' of Groovy.'
+            yield ' of Groovy still in widespread use.'
         }
         version('2.5.15') {
             stable true
@@ -122,7 +122,9 @@ downloads {
     distribution('Groovy 2.4') {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-2.4.html", 'Groovy 2.4')
-            yield ' is an earlier version of Groovy still in widespread use.'
+            yield ' is an earlier '
+            a(href: 'versioning.html', 'version')
+            yield ' of Groovy still in widespread use.'
             yield ' We encourage users to upgrade from this version as we no longer support this version actively.'
             yieldUnescaped ''' Important: Releases before 2.4.4 weren't done under the Apache Software Foundation and are provided as a convenience, without any warranty.'''
         }