aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
diff options
context:
space:
mode:
author839 <8398a7@gmail.com>2015-06-15 08:31:28 +0900
committer839 <8398a7@gmail.com>2015-06-15 08:31:28 +0900
commitf7b5f6d88a3e5a33eb622875e699432d45659f91 (patch)
treed1c7e051bf6c957b21fce56ebf8acd1710cede01 /guides/source/4_0_release_notes.md
parentdb620812354c39b928d4ac6a8fc05437c54031cc (diff)
downloadrails-f7b5f6d88a3e5a33eb622875e699432d45659f91.tar.gz
rails-f7b5f6d88a3e5a33eb622875e699432d45659f91.tar.bz2
rails-f7b5f6d88a3e5a33eb622875e699432d45659f91.zip
Updated bundler link [ci skip]
Diffstat (limited to 'guides/source/4_0_release_notes.md')
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 9feaff098a..b9444510ea 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -36,7 +36,7 @@ $ cd myapp
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](https://github.com/carlhuda/bundler) gem, 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://gembundler.com)
+More information: [Bundler homepage](http://bundler.io)
### Living on the Edge