aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2016-05-06 10:51:07 -0400
committerEileen M. Uchitelle <eileencodes@gmail.com>2016-05-06 10:51:07 -0400
commit3ffe811bd555916ab24486c0f7af4a7f1d6dcb72 (patch)
tree877104537d86b23ac6f17438b9bb795a75ccfbbb /guides/source
parent92a7f614e2cb75366e0a9df76d5cb25ffb623db5 (diff)
parent51b6f4205c0f23a19b84eac61d45e6330140e8ba (diff)
downloadrails-3ffe811bd555916ab24486c0f7af4a7f1d6dcb72.tar.gz
rails-3ffe811bd555916ab24486c0f7af4a7f1d6dcb72.tar.bz2
rails-3ffe811bd555916ab24486c0f7af4a7f1d6dcb72.zip
Merge pull request #24885 from javiervidal/3_0_release_notes
Fix link in 'Ruby on Rails 3.0 Release Notes' [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/3_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index 70b0e89799..fb5706d911 100644
--- a/guides/source/3_0_release_notes.md
+++ b/guides/source/3_0_release_notes.md
@@ -86,7 +86,7 @@ $ cd myapp
### Vendoring Gems
-Rails now uses a `Gemfile` in the application root to determine the gems you require for your application to start. This `Gemfile` is processed by the [Bundler](http://github.com/bundler/bundler,) which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
+Rails now uses a `Gemfile` in the application root to determine the gems you require for your application to start. This `Gemfile` is processed by the [Bundler](http://github.com/bundler/bundler) which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems.
More information: - [bundler homepage](http://bundler.io/)