summaryrefslogtreecommitdiff
path: root/UPGRADING.md
diff options
context:
space:
mode:
authorLee Reilly <lee@leereilly.net>2011-09-12 15:50:47 -0700
committerLee Reilly <lee@leereilly.net>2011-09-12 15:50:47 -0700
commit86f56e59569cd5c6ef085b68b7c9dba4fa13f240 (patch)
tree114ff2b856307961a2f0e3fbe3cf5cf6921206db /UPGRADING.md
parentaed177930cbe0e37b4a7b734ac2857942d41af50 (diff)
downloadbundler-86f56e59569cd5c6ef085b68b7c9dba4fa13f240.tar.gz
Fixed broken link; http://gembundler.com/v0.9/deploying.html works, but http://gembundler.com/v1.0/deploying.html does not; http://gembundler.com/deploying.html points to latest version.
Diffstat (limited to 'UPGRADING.md')
-rw-r--r--UPGRADING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index b2344839c1..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