From 8c96e110f77877ead71a94f7f178056061225952 Mon Sep 17 00:00:00 2001 From: manishT72x Date: Fri, 21 Jun 2024 21:24:37 +0530 Subject: [PATCH] fix link to guides in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 074b1e15..be6117b3 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Example Token Set JSON: --- ## Custom Connections -Custom Connections are a Xero [premium option](https://developer.xero.com/documentation/oauth2/custom-connections) used for building M2M integrations to a single organisation. A custom connection uses OAuth2.0's [`client_credentials`](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/) grant which eliminates the step of exchanging the temporary code for a token set. +Custom Connections are a Xero [premium option](https://developer.xero.com/documentation/guides/oauth2/custom-connections) used for building M2M integrations to a single organisation. A custom connection uses OAuth2.0's [`client_credentials`](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/) grant which eliminates the step of exchanging the temporary code for a token set. To use this SDK with a Custom Connections: ```ruby