aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorMohamad Abras <mohamad.abras@gmail.com>2016-03-27 09:19:56 +0000
committerMohamad Abras <mohamad.abras@gmail.com>2016-03-27 09:19:56 +0000
commit8eca8d58087cc20ec226c459dbfcbb4c4720806e (patch)
tree3f7ae58847c6cdbaf12598ef8c88e098e32dc647 /guides/source/development_dependencies_install.md
parent763ff54df0e6ce6d15e52db9b6611fc7806f889c (diff)
downloadrails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.tar.gz
rails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.tar.bz2
rails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.zip
remove old-dead link
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-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.