aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-05 08:30:44 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-05 08:30:44 -0700
commit3dbcb6d3deaf2024bbfd9aebff0d32a678d5a146 (patch)
treee1aaee1ab47a83dca2c77606f9a27f9d8333a496
parentd0096e035d43b5e5df711f0ba63f1dd95e62bb83 (diff)
parent42275a6badc251363a852f9d381b275be477e7aa (diff)
downloadrails-3dbcb6d3deaf2024bbfd9aebff0d32a678d5a146.tar.gz
rails-3dbcb6d3deaf2024bbfd9aebff0d32a678d5a146.tar.bz2
rails-3dbcb6d3deaf2024bbfd9aebff0d32a678d5a146.zip
Merge pull request #10476 from prathamesh-sonpatki/gitignore
Updated link to to GitHub article about ignoring files [ci skip]
-rw-r--r--.gitignore2
-rw-r--r--guides/code/getting_started/.gitignore2
-rw-r--r--railties/lib/rails/generators/rails/app/templates/gitignore2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 7236e395a2..bc96284375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Don't put *.swp, *.bak, etc here; those belong in a global ~/.gitignore.
-# Check out http://help.github.com/ignore-files/ for how to set that up.
+# Check out https://help.github.com/articles/ignoring-files for how to set that up.
debug.log
.Gemfile
diff --git a/guides/code/getting_started/.gitignore b/guides/code/getting_started/.gitignore
index 25a742dff0..6a502e997f 100644
--- a/guides/code/getting_started/.gitignore
+++ b/guides/code/getting_started/.gitignore
@@ -1,4 +1,4 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
+# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
diff --git a/railties/lib/rails/generators/rails/app/templates/gitignore b/railties/lib/rails/generators/rails/app/templates/gitignore
index 25a742dff0..6a502e997f 100644
--- a/railties/lib/rails/generators/rails/app/templates/gitignore
+++ b/railties/lib/rails/generators/rails/app/templates/gitignore
@@ -1,4 +1,4 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
+# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead: