Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Sep 6, 2014
1 parent 6d93223 commit 83a0346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

**Authorize.Net driver for the Omnipay PHP payment processing library**

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

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

## Installation
Expand Down Expand Up @@ -34,7 +34,7 @@ The following gateways are provided by this package:
* AuthorizeNet_AIM
* AuthorizeNet_SIM

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

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

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/authorizenet/issues),
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-authorizenet/issues),
or better yet, fork the library and submit a pull request.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pay",
"payment"
],
"homepage": "https://github.com/omnipay/authorizenet",
"homepage": "https://github.com/thephpleague/omnipay-authorizenet",
"license": "MIT",
"authors": [
{
Expand All @@ -21,7 +21,7 @@
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/omnipay/authorizenet/contributors"
"homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors"
}
],
"autoload": {
Expand Down

0 comments on commit 83a0346

Please sign in to comment.