diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-04-14 13:58:31 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-04-14 13:58:31 +0530 |
commit | 3f52e5aa161859d291e23dd9080eb1238b8afced (patch) | |
tree | c20629da34353a9deb20f68bd6749f6c3aef9269 /guides | |
parent | 8ffaa39b75982cd59f1ab843be0502143e0627e0 (diff) | |
download | rails-3f52e5aa161859d291e23dd9080eb1238b8afced.tar.gz rails-3f52e5aa161859d291e23dd9080eb1238b8afced.tar.bz2 rails-3f52e5aa161859d291e23dd9080eb1238b8afced.zip |
Updated link to peepcode Git screencast
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 14ca44d2a1..5d9d63e97d 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -24,7 +24,7 @@ Ruby on Rails uses Git for source code control. The [Git homepage](http://git-sc * [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.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. +* The [PeepCode screencast](https://peepcode.com/products/git) on Git ($12) 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. |