From 63cb98410f32b0ebd2001a48c7ec262e024c7603 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 21 Feb 2002 10:14:42 +0000 Subject: [PATCH] Okay, fix the archives links. --- lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists.php b/lists.php index 95da8a3..0a50859 100644 --- a/lists.php +++ b/lists.php @@ -7,7 +7,7 @@ function mailListLinks ($listName) { $subUrl = '/list_subscribe.php?list='; - $archiveUrl = 'http://lists.quakeforge.net/lists/listinfo/'; + $archiveUrl = 'http://lists.quakeforge.net/list-archives/'; echo '[ '; echo 'subscribe';