aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-04-20 00:37:12 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-04-20 00:40:04 +0900
commitc2a90a6fa11d5290a6d7fa36815ad1990e4cbe4f (patch)
tree9339b7e2ecd6b61a2c7c5b2b0a7ee7f9372809fe /.github
parent92bb3f6aaaa80fa7add94debbda6373a15f55b64 (diff)
downloadrails-c2a90a6fa11d5290a6d7fa36815ad1990e4cbe4f.tar.gz
rails-c2a90a6fa11d5290a6d7fa36815ad1990e4cbe4f.tar.bz2
rails-c2a90a6fa11d5290a6d7fa36815ad1990e4cbe4f.zip
Navigate edgeguide from .github template [ci skip]
* Navigate prefer edgeguide over guide * Because edgeguide is always described latest policy we have
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 2d071d4a71..2ff6a271db 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,7 +1,7 @@
### Steps to reproduce
(Guidelines for creating a bug report are [available
-here](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#creating-a-bug-report))
+here](http://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 214d63740c..a36687ec99 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://guides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
+here](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#contributing-to-the-rails-documentation)
Thanks for contributing to Rails!