From 37656d266d077065e7d6ad4e10b4f32b20186476 Mon Sep 17 00:00:00 2001 From: Jeremiah Marks Date: Fri, 12 Jun 2015 17:17:35 -0700 Subject: [PATCH 1/2] Updated link in readme to correct, working url The link as it is right now points to a redirect loop. Changed the link to point at the keys subdomain should resolve that issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62dcf66..e7e02f7 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This package is compatible with PHP 5.3.3 and higher. It uses Guzzle 3.8.* as th ## Usage -The client ID and secret are the key and secret for your OAuth2 application found at the [Infusionsoft Developers](https://developer.infusionsoft.com/apps/mykeys) website. +The client ID and secret are the key and secret for your OAuth2 application found at the [Infusionsoft Developers](https://keys.developer.infusionsoft.com/apps/mykeys) website. ```php require_once 'vendor/autoload.php'; From 28c5b8390f7ced172c142eab3c5354d24cc1d532 Mon Sep 17 00:00:00 2001 From: Jonathan Kressaty Date: Fri, 24 Jul 2015 08:11:33 -0700 Subject: [PATCH 2/2] Update contributing with language about Github Issues --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b2c4d8..7d560d4 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,9 @@ Contributions are **welcome** and will be fully **credited**. We accept contributions via Pull Requests on [Github](https://github.com/infusionsoft/php-sdk). +## Github Issues + +Github Issues should be used for legitimate issues with this SDK. Problems with your Infusionsoft account, questions about policies, or any other API related questions that do not involve an error with the SDK should be directed to https://developer.infusionsoft.com/support/ ## Pull Requests