summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOPMENT.md8
-rw-r--r--ISSUES.md8
-rw-r--r--UPGRADING.md2
-rw-r--r--bundler.gemspec2
-rw-r--r--man/bundle.ronn2
-rw-r--r--man/gemfile.5.ronn2
6 files changed, 12 insertions, 12 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 7f79c9cd41..3afeb4b6f9 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -2,7 +2,7 @@ Great to have you here! Here are a few ways you can help out with [Bundler](http
# Where should I start?
-You can start learning about Bundler by reading [the documentation](http://gembundler.com). If you want, you can also read a (lengthy) explanation of [why Bundler exists and what it does](http://gembundler.com/v1.2/rationale.html). You can also check out discussions about Bundler on the [Bundler mailing list](https://groups.google.com/group/ruby-bundler) and in the [Bundler IRC channel](irc://irc.freenode.net/#bundler), which is #bundler on Freenode.
+You can start learning about Bundler by reading [the documentation](http://bundler.io). If you want, you can also read a (lengthy) explanation of [why Bundler exists and what it does](http://bundler.io/v1.2/rationale.html). You can also check out discussions about Bundler on the [Bundler mailing list](https://groups.google.com/group/ruby-bundler) and in the [Bundler IRC channel](irc://irc.freenode.net/#bundler), which is #bundler on Freenode.
# Your first commits
@@ -89,11 +89,11 @@ We don't currently have any translations, but please reach out to us if you woul
Code needs explanation, and sometimes those who know the code well have trouble explaining it to someone just getting into it. Because of that, we welcome documentation suggestions and patches from everyone, especially if they are brand new to using Bundler.
-Bundler has two main sources of documentation: the built-in help (including usage information and man pages) and the [Bundler documentation site](http://gembundler.com).
+Bundler has two main sources of documentation: the built-in help (including usage information and man pages) and the [Bundler documentation site](http://bundler.io).
If you’d like to submit a patch to the man pages, follow the steps for adding a feature above. All of the man pages are located in the `man` directory. Just use the “Documentation” heading when you describe what you did in the changelog.
-If you have a suggestion or proposed change for [gembundler.com](http://gembundler.com), please open an issue or send a pull request to the [bundler-site](https://github.com/bundler/bundler-site) repository.
+If you have a suggestion or proposed change for [bundler.io](http://bundler.io), please open an issue or send a pull request to the [bundler-site](https://github.com/bundler/bundler-site) repository.
# Community
@@ -102,7 +102,7 @@ Community is an important part of all we do. If you’d like to be part of the B
It would be tremendously helpful to have more people answering questions about Bundler (and often simply about Rubygems or Ruby itself) in our [issue tracker](https://github.com/bundler/bundler/issues) or on [Stack Overflow](http://stackoverflow.com/questions/tagged/bundler).
-Additional documentation and explanation is always helpful, too. If you have any suggestions for the Bundler website [gembundler.com](http://www.gembundler.com), we would absolutely love it if you opened an issue or pull request on the [bundler-site](https://github.com/bundler/bundler-site) repository.
+Additional documentation and explanation is always helpful, too. If you have any suggestions for the Bundler website [bundler.io](http://bundler.io), we would absolutely love it if you opened an issue or pull request on the [bundler-site](https://github.com/bundler/bundler-site) repository.
Finally, sharing your experiences and discoveries by writing them up is a valuable way to help others who have similar problems or experiences in the future. You can write a blog post, create an example and commit it to Github, take screenshots, or make videos.
diff --git a/ISSUES.md b/ISSUES.md
index 3802615ce4..7db3608b44 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -8,9 +8,9 @@ discuss features. The bundler issue tracker is only for bugs.**
## Documentation
-Instructions for common Bundler uses can be found on the [Bundler documentation site](http://gembundler.com/).
+Instructions for common Bundler uses can be found on the [Bundler documentation site](http://bundler.io/).
-Detailed information about each Bundler command, including help with common problems, can be found in the [Bundler man pages](http://gembundler.com/v1.3/man/bundle.1.html).
+Detailed information about each Bundler command, including help with common problems, can be found in the [Bundler man pages](http://bundler.io/v1.3/man/bundle.1.html).
## Troubleshooting
@@ -20,10 +20,10 @@ Please open a ticket with Heroku if you're having trouble deploying. They have a
### Other problems
-First, figure out exactly what it is that you're trying to do. Then, go to the [Bundler documentation website](http://gembundler.com) and see if we have instructions on how to do that.
+First, figure out exactly what it is that you're trying to do. Then, go to the [Bundler documentation website](http://bundler.io) and see if we have instructions on how to do that.
Second, check [the compatibility
-list](http://gembundler.com/compatibility.html), and make sure that the version of Bundler that you are
+list](http://bundler.io/compatibility.html), and make sure that the version of Bundler that you are
using works with the versions of Ruby and Rubygems that you are using.
If the instructions don't work, or you can't find any instructions, you can try these troubleshooting steps:
diff --git a/UPGRADING.md b/UPGRADING.md
index 3cce388c81..665be21bf5 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -33,7 +33,7 @@ your deploy.rb file to run Bundler automatically as part of deploying:
require 'bundler/capistrano'
For more details on deploying using bundler, see the documentation
-for the bundler cap task, and the [documentation on deploying](http://gembundler.com/deploying.html).
+for the bundler cap task, and the [documentation on deploying](http://bundler.io/deploying.html).
## Bundler 0.8 to 0.9 and above
diff --git a/bundler.gemspec b/bundler.gemspec
index fda1c7421a..b01aec564d 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['MIT']
spec.authors = ["André Arko", "Terence Lee", "Carl Lerche", "Yehuda Katz"]
spec.email = ["andre@arko.net"]
- spec.homepage = "http://gembundler.com"
+ spec.homepage = "http://bundler.io"
spec.summary = %q{The best way to manage your application's dependencies}
spec.description = %q{Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably}
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)