Skip to content

Commit

Permalink
Update docs to use HTTPS links instead of HTTP (#41469).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.redmine.org/redmine/trunk@23183 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Nov 3, 2024
1 parent 71a6be3 commit 4058ea6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 9 additions & 9 deletions doc/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Redmine - project management software
Copyright (C) 2006- Jean-Philippe Lang
http://www.redmine.org/
https://www.redmine.org/


== Requirements
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion doc/README_FOR_APP
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/RUNNING_TESTS
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions doc/UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Redmine - project management software
Copyright (C) 2006- Jean-Philippe Lang
http://www.redmine.org/
https://www.redmine.org/


== Upgrading
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -81,4 +81,4 @@ http://www.redmine.org/

== References

* http://www.redmine.org/wiki/redmine/RedmineUpgrade
* https://www.redmine.org/wiki/redmine/RedmineUpgrade

0 comments on commit 4058ea6

Please sign in to comment.