Skip to content

Commit e3f7937

Browse files
committed
Update links
1 parent e8cdb1b commit e3f7937

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

33
**Core components for the Omnipay PHP payment processing library**
44

5-
[![Build Status](https://travis-ci.org/omnipay/common.png?branch=master)](https://travis-ci.org/omnipay/common)
5+
[![Build Status](https://travis-ci.org/thephpleague/omnipay-common.png?branch=master)](https://travis-ci.org/thephpleague/omnipay-common)
66
[![Latest Stable Version](https://poser.pugx.org/omnipay/common/version.png)](https://packagist.org/packages/omnipay/common)
77
[![Total Downloads](https://poser.pugx.org/omnipay/common/d/total.png)](https://packagist.org/packages/omnipay/common)
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 common classes required by Omnipay.
1111

1212
## Support
@@ -19,5 +19,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the
1919
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
2020
you can subscribe to.
2121

22-
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/common/issues),
22+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-common/issues),
2323
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
"purchase"
1212
],
13-
"homepage": "https://github.com/omnipay/common",
13+
"homepage": "https://github.com/thephpleague/omnipay-common",
1414
"license": "MIT",
1515
"authors": [
1616
{
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "Omnipay Contributors",
22-
"homepage": "https://github.com/omnipay/common/contributors"
22+
"homepage": "https://github.com/thephpleague/omnipay-common/contributors"
2323
}
2424
],
2525
"autoload": {

0 commit comments

Comments
 (0)