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 e8cdb1b commit e3f7937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

[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 common classes required by Omnipay.

## Support
Expand All @@ -19,5 +19,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/common/issues),
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-common/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 @@ -10,7 +10,7 @@
"payment",
"purchase"
],
"homepage": "https://github.com/omnipay/common",
"homepage": "https://github.com/thephpleague/omnipay-common",
"license": "MIT",
"authors": [
{
Expand All @@ -19,7 +19,7 @@
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/omnipay/common/contributors"
"homepage": "https://github.com/thephpleague/omnipay-common/contributors"
}
],
"autoload": {
Expand Down

0 comments on commit e3f7937

Please sign in to comment.