From d0170b7fc90e31bd75c97d5c55de7b5dec29cf53 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 22 Sep 2010 23:24:00 -0500 Subject: Update BBS and bugs links to use HTTPS Since we only do HTTPS now on these services, no point in sending someone through a useless redirect. Signed-off-by: Dan McGee --- main/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/models.py') diff --git a/main/models.py b/main/models.py index e5b270e5..a377187b 100644 --- a/main/models.py +++ b/main/models.py @@ -238,7 +238,7 @@ def get_trunk_svn_link(self): return self.get_svn_link("trunk") def get_bugs_link(self): - return "http://bugs.archlinux.org/?project=%d&string=%s" % \ + return "https://bugs.archlinux.org/?project=%d&string=%s" % \ (self.repo.bugs_project, self.pkgname) def is_same_version(self, other): -- cgit v1.2.3-54-g00ecf