summaryrefslogtreecommitdiffstats
path: root/lib/redmine/info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/info.rb')
-rw-r--r--lib/redmine/info.rb4
1 files changed, 2 insertions, 2 deletions
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