From: Go MAEDA Date: Sun, 3 Nov 2024 09:50:55 +0000 (+0000) Subject: Update docs to use HTTPS links instead of HTTP (#41469). X-Git-Tag: 6.0.0~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4058ea68063b02c742e9afab33c3a2b46d0d7646;p=redmine.git Update docs to use HTTPS links instead of HTTP (#41469). git-svn-id: https://svn.redmine.org/redmine/trunk@23183 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/README.rdoc b/README.rdoc index 4132fb86e..5c2d7559b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,4 +2,4 @@ Redmine is a flexible project management web application written using Ruby on Rails framework. -More details can be found in the doc directory or on the official website http://www.redmine.org +More details can be found in the doc directory or on the official website https://www.redmine.org diff --git a/doc/INSTALL b/doc/INSTALL index d799f440d..69c2394e5 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -2,7 +2,7 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang -http://www.redmine.org/ +https://www.redmine.org/ == Requirements @@ -53,7 +53,7 @@ The current version of Firefox, Safari, Chrome, Chromium and Microsoft Edge. bundle exec rake generate_secret_token Alternatively, you can store this secret in config/secrets.yml: - http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml + https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml 6. Create the database structure @@ -116,10 +116,10 @@ Please do not enter your SMTP settings in environment.rb. == References -* http://www.redmine.org/wiki/redmine/RedmineInstall -* http://www.redmine.org/wiki/redmine/EmailConfiguration -* http://www.redmine.org/wiki/redmine/RedmineSettings -* http://www.redmine.org/wiki/redmine/RedmineRepositories -* http://www.redmine.org/wiki/redmine/RedmineReceivingEmails -* http://www.redmine.org/wiki/redmine/RedmineReminderEmails -* http://www.redmine.org/wiki/redmine/RedmineLDAP +* https://www.redmine.org/wiki/redmine/RedmineInstall +* https://www.redmine.org/wiki/redmine/EmailConfiguration +* https://www.redmine.org/wiki/redmine/RedmineSettings +* https://www.redmine.org/wiki/redmine/RedmineRepositories +* https://www.redmine.org/wiki/redmine/RedmineReceivingEmails +* https://www.redmine.org/wiki/redmine/RedmineReminderEmails +* https://www.redmine.org/wiki/redmine/RedmineLDAP diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index d99d41476..5d7c351a1 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -2,7 +2,7 @@ Redmine is a flexible project management web application written using Ruby on Rails framework. -More details can be found at http://www.redmine.org +More details can be found at https://www.redmine.org = License diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS index f51bbf081..e56186f4f 100644 --- a/doc/RUNNING_TESTS +++ b/doc/RUNNING_TESTS @@ -58,7 +58,7 @@ Running Redmine.pm tests Running the tests for the Redmine.pm perl module needs a bit more setup. You need an Apache server with mod_perl, mod_dav_svn and Redmine.pm configured. -See: http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl +See: https://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl You need an empty repository accessible at http://127.0.0.1/svn/ecookbook Then, you can run the tests with: diff --git a/doc/UPGRADING b/doc/UPGRADING index 3b3f63d13..ea3548719 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -2,7 +2,7 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang -http://www.redmine.org/ +https://www.redmine.org/ == Upgrading @@ -52,7 +52,7 @@ http://www.redmine.org/ bundle exec rake generate_secret_token Alternatively, you can store this secret in config/secrets.yml: - http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml + https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml DO NOT REPLACE OR EDIT ANY OTHER FILES. @@ -81,4 +81,4 @@ http://www.redmine.org/ == References -* http://www.redmine.org/wiki/redmine/RedmineUpgrade +* https://www.redmine.org/wiki/redmine/RedmineUpgrade