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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d1bc1b82 selfserve page was renamed
d1bc1b82 is described below

commit d1bc1b82946f04b8bc361f2f9f36dda9031a2387
Author: Sebb <s...@apache.org>
AuthorDate: Sat Apr 20 11:39:34 2024 +0100

    selfserve page was renamed
---
 docker-config/whimsy.conf | 2 +-
 www/officers/index.cgi    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-config/whimsy.conf b/docker-config/whimsy.conf
index 9072a420..2f3cf6ed 100644
--- a/docker-config/whimsy.conf
+++ b/docker-config/whimsy.conf
@@ -101,7 +101,7 @@ RedirectMatch permanent ^/secmail /secretary/workbench
 RedirectMatch permanent ^/officers/public_names /secretary/public-names
 
 # redirect obsolete mailing list request form to replacement application
-RedirectMatch permanent ^/officers/mlreq https://selfserve.apache.org/mail.html
+RedirectMatch permanent ^/officers/mlreq 
https://selfserve.apache.org/mailinglist-new.html
 
 ProxyPass "/board/agenda/websocket/"  "ws://localhost:34234/"
 
diff --git a/www/officers/index.cgi b/www/officers/index.cgi
index 7ce369dc..ee3eadc9 100755
--- a/www/officers/index.cgi
+++ b/www/officers/index.cgi
@@ -11,7 +11,7 @@ OFFICERS = {
   '/board/agenda' => "Monthly Board Agenda Tool",
   'acreq.cgi' => "New Account Request Helper",
   'unlistedclas.cgi' => "Unlisted CLAs (prospective committers)",
-  'mlreq.cgi' => "New Mailing List Request Form",
+  'https://selfserve.apache.org/mailinglist-new.html' => "New Mailing List 
Request Form",
   '/committers/subscribe.cgi' => "Apache Mailing List 
Subscription/Unsubscription Tool",
   '/board/subscriptions' => "PMC Chair board@ Subscription Crosscheck",
   'list-traffic.cgi' => "Statistics About The board@ Mailing List",

Reply via email to