diff options
author | Mark Harrison <mark@mivok.net> | 2015-01-22 15:22:05 -0500 |
---|---|---|
committer | Mark Harrison <mark@mivok.net> | 2015-01-22 15:22:05 -0500 |
commit | 1f32e65cdc70487bc1891763c73f167b66b64739 (patch) | |
tree | 01d67b319a1bbb6b39afa58f72b687c729141f7a /README.md | |
parent | 3b31d6e5ee43cd2619cf4c2e71997b6bc693ef95 (diff) | |
download | chef-1f32e65cdc70487bc1891763c73f167b66b64739.tar.gz |
Fix travis badge after org renamemh/travis_badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Chef [![Code Climate](https://codeclimate.com/github/opscode/chef.png)](https://codeclimate.com/github/opscode/chef) -[![Build Status Master](https://travis-ci.org/opscode/chef.svg?branch=master)](https://travis-ci.org/opscode/chef) +[![Build Status Master](https://travis-ci.org/chef/chef.svg?branch=master)](https://travis-ci.org/chef/chef) [![Build Status Master](https://ci.appveyor.com/api/projects/status/github/opscode/chef?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/chef/branch/master) Want to try Chef? Get started with [learnchef](https://learnchef.opscode.com) |