aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-05-01 15:29:02 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-05-01 16:10:08 +0530
commit8476932aacbc45ce38b007cca0bb3f12e741f709 (patch)
treec5fefd36ccc20a5ea9b933c9308c99e63c0be392 /guides/source/development_dependencies_install.md
parent727d0af28cbc3a917afdea8631beac5db3f4ee49 (diff)
downloadrails-8476932aacbc45ce38b007cca0bb3f12e741f709.tar.gz
rails-8476932aacbc45ce38b007cca0bb3f12e741f709.tar.bz2
rails-8476932aacbc45ce38b007cca0bb3f12e741f709.zip
copy edits [ci skip]
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 5d9d63e97d..ef622103f4 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 ($12) is easier to follow.
+* The [PeepCode screencast](https://peepcode.com/products/git) on Git 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.