aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2016-03-27 14:08:41 +0530
committerArun Agrawal <arunagw@gmail.com>2016-03-27 14:08:41 +0530
commit900d490c0a5cb1ced345ad96a7f4169d88e2003b (patch)
tree3f7ae58847c6cdbaf12598ef8c88e098e32dc647 /guides
parent763ff54df0e6ce6d15e52db9b6611fc7806f889c (diff)
parent8eca8d58087cc20ec226c459dbfcbb4c4720806e (diff)
downloadrails-900d490c0a5cb1ced345ad96a7f4169d88e2003b.tar.gz
rails-900d490c0a5cb1ced345ad96a7f4169d88e2003b.tar.bz2
rails-900d490c0a5cb1ced345ad96a7f4169d88e2003b.zip
Merge pull request #24334 from mabras/master
remove old-dead link
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 7beb8f72a9..cc24e6f666 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -30,7 +30,6 @@ 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 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.