diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-05-05 20:33:24 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-05-05 20:33:24 +0530 |
commit | 42275a6badc251363a852f9d381b275be477e7aa (patch) | |
tree | e1aaee1ab47a83dca2c77606f9a27f9d8333a496 /guides/code | |
parent | d0096e035d43b5e5df711f0ba63f1dd95e62bb83 (diff) | |
download | rails-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
Diffstat (limited to 'guides/code')
-rw-r--r-- | guides/code/getting_started/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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: |