diff --git a/README.md b/README.md index eebcc951..13cee887 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ **Stripe driver for the Omnipay PHP payment processing library** -[![Build Status](https://travis-ci.org/omnipay/stripe.png?branch=master)](https://travis-ci.org/omnipay/stripe) +[![Build Status](https://travis-ci.org/thephpleague/omnipay-stripe.png?branch=master)](https://travis-ci.org/thephpleague/omnipay-stripe) [![Latest Stable Version](https://poser.pugx.org/omnipay/stripe/version.png)](https://packagist.org/packages/omnipay/stripe) [![Total Downloads](https://poser.pugx.org/omnipay/stripe/d/total.png)](https://packagist.org/packages/omnipay/stripe) -[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment +[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Stripe support for Omnipay. ## Installation @@ -33,7 +33,7 @@ The following gateways are provided by this package: * Stripe -For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay) +For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository. The Stripe integration is fairly straight forward. Essentially you just pass @@ -60,5 +60,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to. -If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/stripe/issues), +If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-stripe/issues), or better yet, fork the library and submit a pull request. diff --git a/composer.json b/composer.json index 22addd88..72995bdb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "payment", "stripe" ], - "homepage": "https://github.com/omnipay/stripe", + "homepage": "https://github.com/thephpleague/omnipay-stripe", "license": "MIT", "authors": [ { @@ -19,7 +19,7 @@ }, { "name": "Omnipay Contributors", - "homepage": "https://github.com/omnipay/stripe/contributors" + "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors" } ], "autoload": {