mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-23 20:52:45 +00:00
Okay, fix the archives links.
This commit is contained in:
parent
6fb18f6eff
commit
63cb98410f
1 changed files with 1 additions and 1 deletions
|
@ -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 '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
||||
|
|
Loading…
Reference in a new issue