diff options
author | Mohamad Abras <mohamad.abras@gmail.com> | 2016-03-27 09:19:56 +0000 |
---|---|---|
committer | Mohamad Abras <mohamad.abras@gmail.com> | 2016-03-27 09:19:56 +0000 |
commit | 8eca8d58087cc20ec226c459dbfcbb4c4720806e (patch) | |
tree | 3f7ae58847c6cdbaf12598ef8c88e098e32dc647 /guides/source | |
parent | 763ff54df0e6ce6d15e52db9b6611fc7806f889c (diff) | |
download | rails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.tar.gz rails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.tar.bz2 rails-8eca8d58087cc20ec226c459dbfcbb4c4720806e.zip |
remove old-dead link
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/development_dependencies_install.md | 1 |
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. |