mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use HTTPS links everywhere for Arch sites
The main site, wiki, and BBS are using HTTPS exclusively, so link directly to the correct protocol rather than forcing a redirect. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
7e201e5a3a
commit
5222bf0932
9 changed files with 16 additions and 16 deletions
|
@ -100,7 +100,7 @@ html_header(__("Password Reset"));
|
|||
} else {
|
||||
?>
|
||||
<p><?= __('If you have forgotten the e-mail address you used to register, please send a message to the %saur-general%s mailing list.',
|
||||
'<a href="http://mailman.archlinux.org/mailman/listinfo/aur-general">',
|
||||
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
|
||||
'</a>'); ?></p>
|
||||
<form action="" method="post">
|
||||
<p><?= __("Enter your e-mail address:"); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue