diff --git a/README.md b/README.md index c9aa27e4..9e08f90e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ The framework is provided as a Composer package which can be installed by adding The library features 100% unit test code coverage. To run the tests yourself run `phpunit` from the project root. -Master branch - [![Build Status](https://travis-ci.org/php-loep/oauth2-server.png?branch=master)](https://travis-ci.org/php-loep/oauth2-server) +[![Build Status](https://travis-ci.org/thephpleague/oauth2-server.png?branch=master)](https://travis-ci.org/thephpleague/oauth2-server) [master] -Develop branch - [![Build Status](https://travis-ci.org/php-loep/oauth2-server.png?branch=develop)](https://travis-ci.org/php-loep/oauth2-server) +[![Build Status](https://travis-ci.org/thephpleague/oauth2-server.png?branch=develop)](https://travis-ci.org/thephpleague/oauth2-server) [develop] ## Current Features