Skip to content

Commit 83a0346

Browse files
committed
Update links
1 parent 6d93223 commit 83a0346

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

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

1212
## Installation
@@ -34,7 +34,7 @@ The following gateways are provided by this package:
3434
* AuthorizeNet_AIM
3535
* AuthorizeNet_SIM
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/authorizenet/issues),
50+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-authorizenet/issues),
5151
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
@@ -12,7 +12,7 @@
1212
"pay",
1313
"payment"
1414
],
15-
"homepage": "https://github.com/omnipay/authorizenet",
15+
"homepage": "https://github.com/thephpleague/omnipay-authorizenet",
1616
"license": "MIT",
1717
"authors": [
1818
{
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"name": "Omnipay Contributors",
24-
"homepage": "https://github.com/omnipay/authorizenet/contributors"
24+
"homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
2525
}
2626
],
2727
"autoload": {

0 commit comments

Comments
 (0)