From 99e22fe0fc9989ec8124fe290b94b49b32ed9213 Mon Sep 17 00:00:00 2001 From: Jeff Brateman Date: Tue, 27 Sep 2016 10:56:36 -0500 Subject: [PATCH] Fix broken link --- sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/README.md b/sample/README.md index 286f0f6..911ede0 100644 --- a/sample/README.md +++ b/sample/README.md @@ -32,7 +32,7 @@ Note: The root directory for composer based download would be `vendor` and for d #### Configuration (Optional) The sample comes pre-configured with a test account but in case you need to try them against your account, you must - * Obtain your client id and client secret from the [developer portal](https://developer.paypal.com/webapps/developer/applications/myapps) + * Obtain your client id and client secret from the [developer portal](https://developer.paypal.com/developer/applications/) * Update the [bootstrap.php](https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/bootstrap.php#L29) file with your new client id and secret. ## Alternative Options