From 091c81304f19593b076465c24de953a7b99d62d3 Mon Sep 17 00:00:00 2001 From: Adam Grohs Date: Thu, 10 Dec 2020 12:10:41 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e289801..600ce8f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This Extension makes Zendesk work seamlessly with Magento 1 to enable stores to ### General Notes -The extension provides its own custom RESTful API, which is intended to be used by the [agnoStack app](https://www.zendesk.com/apps/support/agnostack-commerce---by-particular/). The custom API allows for a consistent interface across all Magento versions, regardless of whether they support XML-RPC, SOAP or REST interfaces, and provides exactly the data that the app requires. +The extension provides its own custom RESTful API, which is intended to be used by the [agnoStack app](https://www.zendesk.com/apps/support/agnostack-commerce/). The custom API allows for a consistent interface across all Magento versions, regardless of whether they support XML-RPC, SOAP or REST interfaces, and provides exactly the data that the app requires. The base URL of the API is `http://your_site_base_url/zendesk/api/`.