diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-04-13 08:25:50 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-04-13 08:25:50 -0700 |
commit | fb7a8c1423f5c900cc006d2bfc70d82970b6c98b (patch) | |
tree | 56f50ef0a14f5f5372ddbc93395dafec837b8eb7 /guides/source/development_dependencies_install.md | |
parent | e5ef3abdd2336c34cd853a1f845f79b8b19fbb1b (diff) | |
parent | f31e60d9dd5ffae91a0fc9338909011f831fd6fb (diff) | |
download | rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.tar.gz rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.tar.bz2 rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.zip |
Merge pull request #10204 from shmatov/update-git-links
Update github links
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r-- | guides/source/development_dependencies_install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 6493c1e1ec..14ca44d2a1 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -21,9 +21,9 @@ In case you can't use the Rails development box, see section above, these are th Ruby on Rails uses Git for source code control. The [Git homepage](http://git-scm.com/) has installation instructions. There are a variety of resources on the net that will help you get familiar with Git: -* [Try Git course](http://try.github.com/) is an interactive course that will teach you the basics. +* [Try Git course](http://try.github.io/) is an interactive course that will teach you the basics. * The [official Documentation](http://git-scm.com/documentation) is pretty comprehensive and also contains some videos with the basics of Git -* [Everyday Git](http://schacon.github.com/git/everyday.html) will teach you just enough about Git to get by. +* [Everyday Git](http://schacon.github.io/git/everyday.html) will teach you just enough about Git to get by. * The [PeepCode screencast](https://peepcode.com/products/git) on Git ($9) is easier to follow. * [GitHub](http://help.github.com) offers links to a variety of Git resources. * [Pro Git](http://git-scm.com/book) is an entire book about Git with a Creative Commons license. |