diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-04-13 08:25:50 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-04-13 08:25:50 -0700 |
commit | fb7a8c1423f5c900cc006d2bfc70d82970b6c98b (patch) | |
tree | 56f50ef0a14f5f5372ddbc93395dafec837b8eb7 | |
parent | e5ef3abdd2336c34cd853a1f845f79b8b19fbb1b (diff) | |
parent | f31e60d9dd5ffae91a0fc9338909011f831fd6fb (diff) | |
download | rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.tar.gz rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.tar.bz2 rails-fb7a8c1423f5c900cc006d2bfc70d82970b6c98b.zip |
Merge pull request #10204 from shmatov/update-git-links
Update github links
-rw-r--r-- | guides/source/development_dependencies_install.md | 4 | ||||
-rw-r--r-- | guides/source/rails_on_rack.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 6493c1e1ec..14ca44d2a1 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -21,9 +21,9 @@ In case you can't use the Rails development box, see section above, these are th Ruby on Rails uses Git for source code control. The [Git homepage](http://git-scm.com/) has installation instructions. There are a variety of resources on the net that will help you get familiar with Git: -* [Try Git course](http://try.github.com/) is an interactive course that will teach you the basics. +* [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.com/git/everyday.html) will teach you just enough about Git to get by. +* [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. * [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. diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index e6fdedb911..de8f3f483f 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -335,7 +335,7 @@ Resources ### Learning Rack -* [Official Rack Website](http://rack.github.com) +* [Official Rack Website](http://rack.github.io) * [Introducing Rack](http://chneukirchen.org/blog/archive/2007/02/introducing-rack.html) * [Ruby on Rack #1 - Hello Rack!](http://m.onkey.org/ruby-on-rack-1-hello-rack) * [Ruby on Rack #2 - The Builder](http://m.onkey.org/ruby-on-rack-2-the-builder) |