summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <website+github.com@arko.net>2011-09-13 11:56:30 -0700
committerAndre Arko <website+github.com@arko.net>2011-09-13 11:56:30 -0700
commit9591d71b527bb009afb9c65ca3ebe939cf6cb1f2 (patch)
tree3273c85f8923e958f6b3bec82d3a62d80a05b632
parentf995bc7fc148cf84ad4be9ab1f18e7277b154b5e (diff)
parent86f56e59569cd5c6ef085b68b7c9dba4fa13f240 (diff)
downloadbundler-9591d71b527bb009afb9c65ca3ebe939cf6cb1f2.tar.gz
Merge pull request #1409 from leereilly/1-0-stable
Some corrections to the UPGRADING.md
-rw-r--r--UPGRADING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index 666dcf7ae4..e50ecfb9b5 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/v1.0/deploying.html).
+for the bundler cap task, and the [documentation on deploying](http://gembundler.com/deploying.html).
## Bundler 0.8 to 0.9 and above
@@ -100,4 +100,4 @@ Bundler 0.9 changes the following Bundler 0.8 Gemfile APIs:
mode, where using system gems, this becomes
`Bundler.setup(:multiple, :groups)`. If you don't
specify any groups, this puts all groups on the load
- path. In locked, mode, it becomes `require '.bundle/environment'`
+ path. In locked mode, it becomes `require '.bundle/environment'`