aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/glsa.rb')
-rw-r--r--app/models/glsa.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/glsa.rb b/app/models/glsa.rb
index 1c8387c..6905944 100644
--- a/app/models/glsa.rb
+++ b/app/models/glsa.rb
@@ -224,7 +224,7 @@ class Glsa < ActiveRecord::Base
# Returns a publically accessible URL for the advisory if it's a released GLSA
def to_url
- "http://security.gentoo.org/glsa/glsa-#{self.glsa_id}.xml"
+ "https://security.gentoo.org/glsa/#{self.glsa_id}"
end
# Calculates the next GLSA ID for the given month, or the current month