From cb3edf00a533c0fb12391058e26a6e4eb0f846f3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 5 Jul 2015 13:53:17 +0000 Subject: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods (#20243). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14413 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/info.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/redmine/info.rb') diff --git a/lib/redmine/info.rb b/lib/redmine/info.rb index 45913bfae..f7926a7aa 100644 --- a/lib/redmine/info.rb +++ b/lib/redmine/info.rb @@ -2,8 +2,8 @@ module Redmine module Info class << self def app_name; 'Redmine' end - def url; 'http://www.redmine.org/' end - def help_url; 'http://www.redmine.org/guide' end + def url; 'https://www.redmine.org/' end + def help_url; 'https://www.redmine.org/guide' end def versioned_name; "#{app_name} #{Redmine::VERSION}" end def environment -- cgit v1.2.3