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
|
@ -97,7 +97,7 @@ CREATE TABLE Packages (
|
|||
Version VARCHAR(32) NOT NULL DEFAULT '',
|
||||
CategoryID TINYINT UNSIGNED NOT NULL DEFAULT 1,
|
||||
Description VARCHAR(255) NOT NULL DEFAULT "An Arch Package",
|
||||
URL VARCHAR(255) NOT NULL DEFAULT "http://www.archlinux.org",
|
||||
URL VARCHAR(255) NOT NULL DEFAULT "https://www.archlinux.org",
|
||||
License VARCHAR(40) NOT NULL DEFAULT '',
|
||||
NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0,
|
||||
OutOfDateTS BIGINT UNSIGNED NULL DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue