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