summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-11 19:49:00 -0700
committerAndre Arko <andre@arko.net>2013-08-11 19:49:00 -0700
commite4dbd8f9e7e7e0bf289b2d5ef2122fd60843e428 (patch)
treeaf501171b333310b0c50310d284c46b9d142f83e /man
parent300a37bf3b1f2c9631efe2f56e41cc514a9efca7 (diff)
downloadbundler-e4dbd8f9e7e7e0bf289b2d5ef2122fd60843e428.tar.gz
oh yeah new domain
Diffstat (limited to 'man')
-rw-r--r--man/bundle.ronn2
-rw-r--r--man/gemfile.5.ronn2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index c544876f81..1167b0b5ec 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -10,7 +10,7 @@ bundle(1) -- Ruby Dependency Management
Bundler manages an `application's dependencies` through its entire life
across many machines systematically and repeatably.
-See [the bundler website](http://gembundler.com) for information on getting
+See [the bundler website](http://bundler.io) for information on getting
started, and Gemfile(5) for more information on the `Gemfile` format.
## OPTIONS
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 17b0ce2c1a..2479b771de 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -130,7 +130,7 @@ are obviously not available).
Note that on `bundle install`, bundler downloads and evaluates all gems, in order to
create a single canonical list of all of the required gems and their dependencies.
This means that you cannot list different versions of the same gems in different
-groups. For more details, see [Understanding Bundler](http://gembundler.com/rationale.html).
+groups. For more details, see [Understanding Bundler](http://bundler.io/rationale.html).
### PLATFORMS (:platforms)