aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-09 20:49:27 +0900
committerGitHub <noreply@github.com>2019-03-09 20:49:27 +0900
commitb7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd (patch)
tree1138b2bf7ae9cd65f27c0fdf7a746fe3e053128f /.github
parent9c9f281da29e02d5c32b7b0445beab0de6106a5e (diff)
parent476abd403b38ed214b833fbc1dbc16740576c33d (diff)
downloadrails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.gz
rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.bz2
rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.zip
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to-https
Updated links from http to https in guides, docs, etc
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md2
-rw-r--r--.github/pull_request_template.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 87e666a7dd..0eb7cc22a2 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,6 +1,6 @@
### Steps to reproduce
<!-- (Guidelines for creating a bug report are [available
-here](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report)) -->
+here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report)) -->
### Expected behavior
<!-- Tell us what should happen -->
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 85c0e29ff0..7b0e9215f2 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -16,6 +16,6 @@ CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the f
Finally, if your pull request affects documentation or any non-code
changes, guidelines for those changes are [available
-here](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
+here](https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
Thanks for contributing to Rails! -->