From 83a0346fe43f65e0c7393d505956f39e501dfef3 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Sat, 6 Sep 2014 16:19:09 -0700 Subject: [PATCH] Update links --- README.md | 8 ++++---- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca3157bc..2845c896 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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. diff --git a/composer.json b/composer.json index 0dd8b4c3..70b4d099 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "pay", "payment" ], - "homepage": "https://github.com/omnipay/authorizenet", + "homepage": "https://github.com/thephpleague/omnipay-authorizenet", "license": "MIT", "authors": [ { @@ -21,7 +21,7 @@ }, { "name": "Omnipay Contributors", - "homepage": "https://github.com/omnipay/authorizenet/contributors" + "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors" } ], "autoload": {