diff options
author | Javier Vidal <javier@javiervidal.net> | 2016-05-06 16:47:45 +0200 |
---|---|---|
committer | Javier Vidal <javier@javiervidal.net> | 2016-05-06 16:47:45 +0200 |
commit | 51b6f4205c0f23a19b84eac61d45e6330140e8ba (patch) | |
tree | 877104537d86b23ac6f17438b9bb795a75ccfbbb /guides | |
parent | 92a7f614e2cb75366e0a9df76d5cb25ffb623db5 (diff) | |
download | rails-51b6f4205c0f23a19b84eac61d45e6330140e8ba.tar.gz rails-51b6f4205c0f23a19b84eac61d45e6330140e8ba.tar.bz2 rails-51b6f4205c0f23a19b84eac61d45e6330140e8ba.zip |
Fix link in 'Ruby on Rails 3.0 Release Notes' [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/3_0_release_notes.md | 2 |
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/) |