diff options
author | Jason Noble <github+jasonn@jasonnoble.org> | 2012-11-24 18:27:10 -0700 |
---|---|---|
committer | Jason Noble <github+jasonn@jasonnoble.org> | 2012-11-24 18:27:10 -0700 |
commit | 65ee3d76b345973188eeeecfa1c5537854816ba0 (patch) | |
tree | 7e30535e596aa54aecc10e0f16bb577144128689 /guides/source | |
parent | 36ee5802a5e52e0720eaa80fd0473fd131ffe890 (diff) | |
download | rails-65ee3d76b345973188eeeecfa1c5537854816ba0.tar.gz rails-65ee3d76b345973188eeeecfa1c5537854816ba0.tar.bz2 rails-65ee3d76b345973188eeeecfa1c5537854816ba0.zip |
Updated link to RubyGems site
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 76556761f7..f963a31ca4 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -24,7 +24,7 @@ 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 higher -* The [RubyGems](http://rubyforge.org/frs/?group_id=126) packaging system +* 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) * A working installation of the [SQLite3 Database](http://www.sqlite.org) |