aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-09-24 06:32:00 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-09-24 06:32:00 -0700
commit8640fb89a0cab62e623a6c65bbaf070598c6db55 (patch)
tree53fe4c275c687fcda468dc69740ad536493faf40
parent50ddf404122419abcfcc4af8439da020e2ff317e (diff)
parent36bc2c40f9e68c74500e8ca0ea97b99c2f736c1b (diff)
downloadrails-8640fb89a0cab62e623a6c65bbaf070598c6db55.tar.gz
rails-8640fb89a0cab62e623a6c65bbaf070598c6db55.tar.bz2
rails-8640fb89a0cab62e623a6c65bbaf070598c6db55.zip
Merge pull request #12335 from francisgo/patch-1
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.