diff options
author | Vipul A M <vipulnsward@gmail.com> | 2017-04-25 04:16:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 04:16:26 +0530 |
commit | f42126ab51b3c2bbfe423000c67ebb01f6404618 (patch) | |
tree | 87078fa8870ca111d9a79f1688ab7eb545cc3800 | |
parent | fcf229c0bf43a87b253fc06e78f0a07588affc9f (diff) | |
parent | 53b43df3a40e77ceb64c1e3ee8e7190e1ac6d70e (diff) | |
download | rails-f42126ab51b3c2bbfe423000c67ebb01f6404618.tar.gz rails-f42126ab51b3c2bbfe423000c67ebb01f6404618.tar.bz2 rails-f42126ab51b3c2bbfe423000c67ebb01f6404618.zip |
Merge pull request #28861 from koic/unify_names_of_github
Unify the name of GitHub [ci skip]
-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! ------------- |