summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2013-06-11 22:54:07 +1000
committerTim Moore <tmoore@incrementalism.net>2013-06-11 22:54:07 +1000
commita60f4aa3523ff773f94f378f6715bd38a8c467b2 (patch)
treee34bb897e8d1248fccfb006d79c3d0dc9131ac92 /README.md
parentff8d88c7d216e7c810b20bf87f0ffd42aa025af9 (diff)
downloadbundler-a60f4aa3523ff773f94f378f6715bd38a8c467b2.tar.gz
Update references to the repository URL.
The repository has moved from the carlhuda account to the bundler organization.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 70e5271d2d..c5fc1fcc14 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Bundler: a gem to bundle gems [![Build Status](https://secure.travis-ci.org/carlhuda/bundler.png?branch=1-3-stable)](http://travis-ci.org/carlhuda/bundler)
+# Bundler: a gem to bundle gems [![Build Status](https://secure.travis-ci.org/bundler/bundler.png?branch=1-3-stable)](http://travis-ci.org/bundler/bundler)
Bundler keeps ruby applications running the same code on every machine.
@@ -18,15 +18,15 @@ See [gembundler.com](http://gembundler.com) for the full documentation.
### Troubleshooting
-For help with common problems, see [ISSUES](https://github.com/carlhuda/bundler/blob/master/ISSUES.md).
+For help with common problems, see [ISSUES](https://github.com/bundler/bundler/blob/master/ISSUES.md).
### Contributing
-If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [CONTRIBUTE](https://github.com/carlhuda/bundler/blob/master/CONTRIBUTE.md)
+If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [CONTRIBUTE](https://github.com/bundler/bundler/blob/master/CONTRIBUTE.md)
### Development
-To see what has changed in recent versions of Bundler, see the [CHANGELOG](https://github.com/carlhuda/bundler/blob/master/CHANGELOG.md).
+To see what has changed in recent versions of Bundler, see the [CHANGELOG](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).
The `master` branch contains our current progress towards version 1.3. Versions 1.0 to 1.2 each have their own stable branches. Please submit bugfixes as pull requests to the stable branch for the version you would like to fix.