Skip to content

Commit f2de04d

Browse files
committed
Update links
1 parent 087f3e2 commit f2de04d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
**Sage Pay driver for the Omnipay PHP payment processing library**
44

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

1212
## Installation
@@ -34,7 +34,7 @@ The following gateways are provided by this package:
3434
* SagePay_Direct
3535
* SagePay_Server
3636

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

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

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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sage pay",
1313
"sagepay"
1414
],
15-
"homepage": "https://github.com/omnipay/sagepay",
15+
"homepage": "https://github.com/thephpleague/omnipay-sagepay",
1616
"license": "MIT",
1717
"authors": [
1818
{
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"name": "Omnipay Contributors",
24-
"homepage": "https://github.com/omnipay/sagepay/contributors"
24+
"homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors"
2525
}
2626
],
2727
"autoload": {

0 commit comments

Comments
 (0)