aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Go <francis.go@gmail.com>2013-09-24 23:30:47 +1000
committerFrancis Go <francis.go@gmail.com>2013-09-24 23:30:47 +1000
commit36bc2c40f9e68c74500e8ca0ea97b99c2f736c1b (patch)
tree53fe4c275c687fcda468dc69740ad536493faf40
parent50ddf404122419abcfcc4af8439da020e2ff317e (diff)
downloadrails-36bc2c40f9e68c74500e8ca0ea97b99c2f736c1b.tar.gz
rails-36bc2c40f9e68c74500e8ca0ea97b99c2f736c1b.tar.bz2
rails-36bc2c40f9e68c74500e8ca0ea97b99c2f736c1b.zip
Getting Started Guide: update RubyGems Guides link [ci skip]
-rw-r--r--guides/source/getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index e5bc5ef038..d5444af002 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -22,8 +22,8 @@ with Rails. However, to get the most out of it, you need to have some
prerequisites installed:
* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
-* The [RubyGems](http://rubygems.org/) packaging system
- * To learn more about RubyGems, please read the [RubyGems User Guide](http://docs.rubygems.org/read/book/1)
+* The [RubyGems](http://rubygems.org) packaging system
+ * To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org)
* A working installation of the [SQLite3 Database](http://www.sqlite.org)
Rails is a web application framework running on the Ruby programming language.