aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-05 20:33:24 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-05 20:33:24 +0530
commit42275a6badc251363a852f9d381b275be477e7aa (patch)
treee1aaee1ab47a83dca2c77606f9a27f9d8333a496
parentd0096e035d43b5e5df711f0ba63f1dd95e62bb83 (diff)
downloadrails-42275a6badc251363a852f9d381b275be477e7aa.tar.gz
rails-42275a6badc251363a852f9d381b275be477e7aa.tar.bz2
rails-42275a6badc251363a852f9d381b275be477e7aa.zip
Updated link to to GitHub article about ignoring files [ci skip]
- http://help.github.com/ignore-files redirects to https://help.github.com/articles/ignoring-files
-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: