Skip to content

Commit 5d51b1d

Browse files
committed
Update links
1 parent 99c82dc commit 5d51b1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
**Stripe driver for the Omnipay PHP payment processing library**
44

5-
[![Build Status](https://travis-ci.org/omnipay/stripe.png?branch=master)](https://travis-ci.org/omnipay/stripe)
5+
[![Build Status](https://travis-ci.org/thephpleague/omnipay-stripe.png?branch=master)](https://travis-ci.org/thephpleague/omnipay-stripe)
66
[![Latest Stable Version](https://poser.pugx.org/omnipay/stripe/version.png)](https://packagist.org/packages/omnipay/stripe)
77
[![Total Downloads](https://poser.pugx.org/omnipay/stripe/d/total.png)](https://packagist.org/packages/omnipay/stripe)
88

9-
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
9+
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
1010
processing library for PHP 5.3+. This package implements Stripe support for Omnipay.
1111

1212
## Installation
@@ -33,7 +33,7 @@ The following gateways are provided by this package:
3333

3434
* Stripe
3535

36-
For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)
36+
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)
3737
repository.
3838

3939
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
6060
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
6161
you can subscribe to.
6262

63-
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/stripe/issues),
63+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-stripe/issues),
6464
or better yet, fork the library and submit a pull request.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"payment",
1111
"stripe"
1212
],
13-
"homepage": "https://github.com/omnipay/stripe",
13+
"homepage": "https://github.com/thephpleague/omnipay-stripe",
1414
"license": "MIT",
1515
"authors": [
1616
{
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "Omnipay Contributors",
22-
"homepage": "https://github.com/omnipay/stripe/contributors"
22+
"homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
2323
}
2424
],
2525
"autoload": {

0 commit comments

Comments
 (0)