aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRoman Shmatov <romanshmatov@gmail.com>2013-04-13 21:16:59 +0600
committerRoman Shmatov <romanshmatov@gmail.com>2013-04-13 21:16:59 +0600
commitf31e60d9dd5ffae91a0fc9338909011f831fd6fb (patch)
tree56f50ef0a14f5f5372ddbc93395dafec837b8eb7 /guides
parente5ef3abdd2336c34cd853a1f845f79b8b19fbb1b (diff)
downloadrails-f31e60d9dd5ffae91a0fc9338909011f831fd6fb.tar.gz
rails-f31e60d9dd5ffae91a0fc9338909011f831fd6fb.tar.bz2
rails-f31e60d9dd5ffae91a0fc9338909011f831fd6fb.zip
update git links
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md4
-rw-r--r--guides/source/rails_on_rack.md2
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)