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 9b978a4 commit d003ab6
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 @@

**Manual driver for the Omnipay PHP payment processing library**

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

[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 Manual support for Omnipay.

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

* Manual

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

0 comments on commit d003ab6

Please sign in to comment.