summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2012-10-31 06:14:05 -0600
committerDave Smith <dizzyd@dizzyd.com>2012-10-31 06:14:05 -0600
commit380506c38031722e928bacf1c5f143e5655ab349 (patch)
treea48da36bfb8e47904655e045d76a283ac27df1a1 /README.md
parent26bec9f45983a4dd7e2b71a8ef251a0a0a7bf476 (diff)
downloadrebar-380506c38031722e928bacf1c5f143e5655ab349.tar.gz
Update travis-ci link.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a2afed..3be5091 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ rebar
rebar is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.
-[![Build Status](https://secure.travis-ci.org/basho/rebar.png?branch=master)](http://travis-ci.org/basho/rebar)
+[![Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/rebar/rebar)
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP