diff options
author | Akira Matsuda <ronnie@dio.jp> | 2014-08-19 15:12:57 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2014-08-19 16:49:15 +0900 |
commit | abbf7bfa708f98325d3c06f732d30679f00350bb (patch) | |
tree | ba54016da6e128deecd47e75f5ac2c1a07a7076e /guides | |
parent | e90684085d541352a82919d8deec11395a759f83 (diff) | |
download | rails-abbf7bfa708f98325d3c06f732d30679f00350bb.tar.gz rails-abbf7bfa708f98325d3c06f732d30679f00350bb.tar.bz2 rails-abbf7bfa708f98325d3c06f732d30679f00350bb.zip |
http://gembundler.com/ => http://bundler.io/
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index b134c9d2d0..54b4230e16 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -100,7 +100,7 @@ For FreeBSD users, you're done with: Or compile the `databases/sqlite3` port. -Get a recent version of [Bundler](http://gembundler.com/) +Get a recent version of [Bundler](http://bundler.io/) ```bash $ gem install bundler |