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:
Dan McGee 2012-10-21 11:05:51 -05:00 committed by Lukas Fleischer
parent 7e201e5a3a
commit 5222bf0932
9 changed files with 16 additions and 16 deletions

View file

@ -170,7 +170,7 @@ ALTER TABLE PackageCategories MODIFY Category VARCHAR(32) NOT NULL;
ALTER TABLE Packages MODIFY Name VARCHAR(64) NOT NULL,
MODIFY Version VARCHAR(32) NOT NULL DEFAULT '',
MODIFY Description VARCHAR(255) NOT NULL DEFAULT "An Arch Package",
MODIFY URL VARCHAR(255) NOT NULL DEFAULT "http://www.archlinux.org",
MODIFY URL VARCHAR(255) NOT NULL DEFAULT "https://www.archlinux.org",
MODIFY License VARCHAR(40) NOT NULL DEFAULT '';
ALTER TABLE PackageSources
MODIFY Source VARCHAR(255) NOT NULL DEFAULT "/dev/null";