Skip to content

Commit 476abd4

Browse files
committed
Updated links from http to https in guides, docs, etc
1 parent 199de6b commit 476abd4

File tree

26 files changed

+34
-34
lines changed

26 files changed

+34
-34
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Steps to reproduce
22
<!-- (Guidelines for creating a bug report are [available
3-
here](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report)) -->
3+
here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report)) -->
44

55
### Expected behavior
66
<!-- Tell us what should happen -->

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the f
1616
1717
Finally, if your pull request affects documentation or any non-code
1818
changes, guidelines for those changes are [available
19-
here](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
19+
here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
2020
2121
Thanks for contributing to Rails! -->

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Rails team is committed to fostering a welcoming community.
44

55
**Our Code of Conduct can be found here**:
66

7-
http://rubyonrails.org/conduct/
7+
https://rubyonrails.org/conduct/
88

99
For a history of updates, see the page history here:
1010

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#### **Did you find a bug?**
44

55
* **Do not open up a GitHub issue if the bug is a security vulnerability
6-
in Rails**, and instead to refer to our [security policy](http://rubyonrails.org/security/).
6+
in Rails**, and instead to refer to our [security policy](https://rubyonrails.org/security/).
77

88
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rails/rails/issues).
99

@@ -14,15 +14,15 @@
1414
* [**Action Pack** (controllers, routing) issues](https://github.com/rails/rails/blob/master/guides/bug_report_templates/action_controller_master.rb)
1515
* [**Generic template** for other issues](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_master.rb)
1616

17-
* For more detailed information on submitting a bug report and creating an issue, visit our [reporting guidelines](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#reporting-an-issue).
17+
* For more detailed information on submitting a bug report and creating an issue, visit our [reporting guidelines](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#reporting-an-issue).
1818

1919
#### **Did you write a patch that fixes a bug?**
2020

2121
* Open a new GitHub pull request with the patch.
2222

2323
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
2424

25-
* Before submitting, please read the [Contributing to Ruby on Rails](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) guide to know more about coding conventions and benchmarks.
25+
* Before submitting, please read the [Contributing to Ruby on Rails](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) guide to know more about coding conventions and benchmarks.
2626

2727
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
2828

@@ -40,9 +40,9 @@ Changes that are cosmetic in nature and do not add anything substantial to the s
4040

4141
#### **Do you want to contribute to the Rails documentation?**
4242

43-
* Please read [Contributing to the Rails Documentation](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation).
43+
* Please read [Contributing to the Rails Documentation](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation).
4444

45-
Ruby on Rails is a volunteer effort. We encourage you to pitch in and [join the team](http://contributors.rubyonrails.org)!
45+
Ruby on Rails is a volunteer effort. We encourage you to pitch in and [join the team](https://contributors.rubyonrails.org)!
4646

4747
Thanks! :heart: :heart: :heart:
4848

actioncable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can read more about Action Cable in the [Action Cable Overview](https://edge
1313

1414
API documentation is at:
1515

16-
* http://api.rubyonrails.org
16+
* https://api.rubyonrails.org
1717

1818
Bug reports for the Ruby on Rails project can be filed here:
1919

actioncable/actioncable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.author = ["Pratik Naik", "David Heinemeier Hansson"]
1717
18-
s.homepage = "http://rubyonrails.org"
18+
s.homepage = "https://rubyonrails.org"
1919

2020
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/action_cable.js"]
2121
s.require_path = "lib"

actionmailbox/test/dummy/config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'true': 'foo'
2828
#
2929
# To learn more, please read the Rails Internationalization guide
30-
# available at http://guides.rubyonrails.org/i18n.html.
30+
# available at https://guides.rubyonrails.org/i18n.html.
3131

3232
en:
3333
hello: "Hello world"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Rails.application.routes.draw do
22
resources :messages
3-
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
3+
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
44
end

actionmailer/README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Action Mailer is released under the MIT license:
128128

129129
API documentation is at
130130

131-
* http://api.rubyonrails.org
131+
* https://api.rubyonrails.org
132132

133133
Bug reports for the Ruby on Rails project can be filed here:
134134

actionmailer/actionmailer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515

1616
s.author = "David Heinemeier Hansson"
1717
s.email = "[email protected]"
18-
s.homepage = "http://rubyonrails.org"
18+
s.homepage = "https://rubyonrails.org"
1919

2020
s.files = Dir["CHANGELOG.md", "README.rdoc", "MIT-LICENSE", "lib/**/*"]
2121
s.require_path = "lib"

0 commit comments

Comments
 (0)