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/01/21 12:30:29 UTC

[groovy-website] branch asf-site updated: remove dead links

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 50634d4  remove dead links
50634d4 is described below

commit 50634d47da9fd4463b96507f7f36e43eccf7fd7f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Jan 21 22:30:24 2022 +1000

    remove dead links
---
 site/src/site/pages/mailing-lists.groovy | 27 ++++++---------------------
 1 file changed, 6 insertions(+), 21 deletions(-)

diff --git a/site/src/site/pages/mailing-lists.groovy b/site/src/site/pages/mailing-lists.groovy
index 02e554a..24e528a 100644
--- a/site/src/site/pages/mailing-lists.groovy
+++ b/site/src/site/pages/mailing-lists.groovy
@@ -86,27 +86,6 @@ layout 'layouts/main.groovy', true,
                                         """
                                     }
 
-                                    li {
-                                        p """
-                                        The mailing lists are archived on ${
-                                            $a(href: 'http://www.nabble.com/', 'Nabble')
-                                        }: ${
-                                            $a(href: 'http://groovy.329449.n5.nabble.com/', 'combined')
-                                        } ${
-                                            $a(href: 'http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html', 'users')
-                                        } ${
-                                            $a(href: 'http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html', 'dev')
-                                        } ${
-                                            $a(href: 'http://groovy.329449.n5.nabble.com/Groovy-Commits-f5723493.html', 'commits')
-                                        } ${
-                                            $a(href: 'http://groovy.329449.n5.nabble.com/Groovy-Notifications-f5723494.html', 'notifications')
-                                        }"""
-                                        p """
-                                        You can even post messages to a mailing list through Nabble
-                                        but you first need to be subscribed to the appropriate list!
-                                        """
-                                    }
-
                                     li """
                                     You can also find archives on mail-archive.com: ${
                                         $a(href: 'https://www.mail-archive.com/users@groovy.apache.org/', 'users')} ${
@@ -121,6 +100,12 @@ layout 'layouts/main.groovy', true,
                                         $a(href: 'https://marc.info/?l=groovy-dev&r=1&s=groovy&q=b&w=4', 'groovy-dev')
                                     }
                                     """
+
+                                    li """
+                                    Historically, the mailing lists were also available through Nabble. These are archived on the Internet Archive: ${
+                                        $a(href: 'https://web.archive.org/web/20210507154652/http://groovy.329449.n5.nabble.com/', 'combined')
+                                    """
+                                    }
                                 }
                             }
                         }