diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-04-25 07:42:49 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-04-25 07:42:49 +0900 |
commit | 53b43df3a40e77ceb64c1e3ee8e7190e1ac6d70e (patch) | |
tree | b4c5a4b9c22d2bfcc690ae2b02bb75b9a52a5bad /guides | |
parent | c7f12f152918acf03bbc9788d464981816e61966 (diff) | |
download | rails-53b43df3a40e77ceb64c1e3ee8e7190e1ac6d70e.tar.gz rails-53b43df3a40e77ceb64c1e3ee8e7190e1ac6d70e.tar.bz2 rails-53b43df3a40e77ceb64c1e3ee8e7190e1ac6d70e.zip |
Unify the name of GitHub [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 18331bb73b..f3ae5a5b28 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -182,7 +182,7 @@ of the files and folders that Rails created by default: |test/|Unit tests, fixtures, and other test apparatus. These are covered in [Testing Rails Applications](testing.html).| |tmp/|Temporary files (like cache and pid files).| |vendor/|A place for all third-party code. In a typical Rails application this includes vendored gems.| -|.gitignore|This file tells git which files (or patterns) it should ignore. See [Github - Ignoring files](https://help.github.com/articles/ignoring-files) for more info about ignoring files. +|.gitignore|This file tells git which files (or patterns) it should ignore. See [GitHub - Ignoring files](https://help.github.com/articles/ignoring-files) for more info about ignoring files. Hello, Rails! ------------- |