Skip to content

Commit bb04179

Browse files
committed
Update links
1 parent 1eadd50 commit bb04179

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
**MultiSafepay driver for the Omnipay PHP payment processing library**
44

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

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

3434
* MultiSafepay
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
## Support
@@ -46,5 +46,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the
4646
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
4747
you can subscribe to.
4848

49-
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/multisafepay/issues),
49+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-multisafepay/issues),
5050
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
@@ -11,7 +11,7 @@
1111
"pay",
1212
"payment"
1313
],
14-
"homepage": "https://github.com/omnipay/multisafepay",
14+
"homepage": "https://github.com/thephpleague/omnipay-multisafepay",
1515
"license": "MIT",
1616
"authors": [
1717
{
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"name": "Omnipay Contributors",
23-
"homepage": "https://github.com/omnipay/multisafepay/contributors"
23+
"homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors"
2424
}
2525
],
2626
"autoload": {

0 commit comments

Comments
 (0)