mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
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
This commit is contained in:
parent
71a6be30cb
commit
4058ea6806
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework.
|
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
doc/INSTALL
18
doc/INSTALL
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Redmine - project management software
|
Redmine - project management software
|
||||||
Copyright (C) 2006- Jean-Philippe Lang
|
Copyright (C) 2006- Jean-Philippe Lang
|
||||||
http://www.redmine.org/
|
https://www.redmine.org/
|
||||||
|
|
||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
@ -53,7 +53,7 @@ The current version of Firefox, Safari, Chrome, Chromium and Microsoft Edge.
|
|||||||
bundle exec rake generate_secret_token
|
bundle exec rake generate_secret_token
|
||||||
|
|
||||||
Alternatively, you can store this secret in config/secrets.yml:
|
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
|
6. Create the database structure
|
||||||
|
|
||||||
@ -116,10 +116,10 @@ Please do not enter your SMTP settings in environment.rb.
|
|||||||
|
|
||||||
== References
|
== References
|
||||||
|
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineInstall
|
* https://www.redmine.org/wiki/redmine/RedmineInstall
|
||||||
* http://www.redmine.org/wiki/redmine/EmailConfiguration
|
* https://www.redmine.org/wiki/redmine/EmailConfiguration
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineSettings
|
* https://www.redmine.org/wiki/redmine/RedmineSettings
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineRepositories
|
* https://www.redmine.org/wiki/redmine/RedmineRepositories
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineReceivingEmails
|
* https://www.redmine.org/wiki/redmine/RedmineReceivingEmails
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineReminderEmails
|
* https://www.redmine.org/wiki/redmine/RedmineReminderEmails
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineLDAP
|
* https://www.redmine.org/wiki/redmine/RedmineLDAP
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework.
|
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
|
= License
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ Running Redmine.pm tests
|
|||||||
|
|
||||||
Running the tests for the Redmine.pm perl module needs a bit more setup.
|
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.
|
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
|
You need an empty repository accessible at http://127.0.0.1/svn/ecookbook
|
||||||
Then, you can run the tests with:
|
Then, you can run the tests with:
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Redmine - project management software
|
Redmine - project management software
|
||||||
Copyright (C) 2006- Jean-Philippe Lang
|
Copyright (C) 2006- Jean-Philippe Lang
|
||||||
http://www.redmine.org/
|
https://www.redmine.org/
|
||||||
|
|
||||||
|
|
||||||
== Upgrading
|
== Upgrading
|
||||||
@ -52,7 +52,7 @@ http://www.redmine.org/
|
|||||||
bundle exec rake generate_secret_token
|
bundle exec rake generate_secret_token
|
||||||
|
|
||||||
Alternatively, you can store this secret in config/secrets.yml:
|
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.
|
DO NOT REPLACE OR EDIT ANY OTHER FILES.
|
||||||
|
|
||||||
@ -81,4 +81,4 @@ http://www.redmine.org/
|
|||||||
|
|
||||||
== References
|
== References
|
||||||
|
|
||||||
* http://www.redmine.org/wiki/redmine/RedmineUpgrade
|
* https://www.redmine.org/wiki/redmine/RedmineUpgrade
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user