summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik Michaels-Ober <sferik@gmail.com>2011-05-07 11:53:04 -0700
committerErik Michaels-Ober <sferik@gmail.com>2011-05-07 11:53:04 -0700
commit81f76128e9b7606abe2602b3515772d78ec97eb2 (patch)
treea7c481ee2afe720eaabc239f5b3c21728de55685 /README.md
parentdd302a9d9b1188e82b46c6c5f51038705d369902 (diff)
downloadbundler-81f76128e9b7606abe2602b3515772d78ec97eb2.tar.gz
Covert all GitHub links to HTTPS
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0cd4dd1518..8a5f1a6e9c 100644
--- a/README.md
+++ b/README.md
@@ -12,17 +12,17 @@ See [gembundler.com](http://gembundler.com) for up-to-date installation and usag
### Troubleshooting
-For help with common problems, see [ISSUES](http://github.com/carlhuda/bundler/blob/master/ISSUES.md).
+For help with common problems, see [ISSUES](https://github.com/carlhuda/bundler/blob/master/ISSUES.md).
### Development
-To see what has changed in recent versions of bundler, see the [CHANGELOG](http://github.com/carlhuda/bundler/blob/master/CHANGELOG.md).
+To see what has changed in recent versions of bundler, see the [CHANGELOG](https://github.com/carlhuda/bundler/blob/master/CHANGELOG.md).
The `master` branch contains our current progress towards version 1.1. Because of that, please submit bugfix pull requests against the `1-0-stable` branch.
### Upgrading from Bundler 0.8 to 0.9 and above
-See [UPGRADING](http://github.com/carlhuda/bundler/blob/master/UPGRADING.md).
+See [UPGRADING](https://github.com/carlhuda/bundler/blob/master/UPGRADING.md).
### Other questions