diff options
-rw-r--r-- | site/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index 215ae97..fbee95f 100644 --- a/site/index.php +++ b/site/index.php @@ -82,10 +82,10 @@ <li><strong><a href="suppliers/">How to buy computers with libreboot preinstalled</a></strong></li> </ul> <ul> - <li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li> + <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li> <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Subscribe to mailing list"); ?></a></li> <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Subscribe to dev mailing list"); ?></a></li> - <li><a href="<?php echo $ircChannelAddress; ?>">Join <?php echo $ircChannelName; ?></a></li> + <li><a href="contrib/"><?php echo gettext("Contact the developers"); ?></a></li> </ul> <h2>Why use libreboot?</h2> <p> |