diff --git a/blog/241120-onconnectionstarted.md b/blog/241120-onconnectionstarted.md index a90a66d7c..7fd5a352c 100644 --- a/blog/241120-onconnectionstarted.md +++ b/blog/241120-onconnectionstarted.md @@ -5,7 +5,7 @@ tags: ["Product", "Update"] authors: ajacksoncodat --- -We have added a new `onConnectionStarted` property to the callback functionality of the Link SDK. It is called with a Connection argument, including its`connectionId`. +We have added a new `onConnectionStarted` property to the callback functionality of the Link SDK. It is called with a Connection argument, including its `connectionId`. @@ -15,7 +15,7 @@ When a user selects an integration and clicks **Next** in the Link flow deployed ![Integration Selection](/img/link/integration_selection.png) -This indicates that a connection has been successfully created in a pending state, allowing you to track users reaching this point in the Link flow. You can identify which integration has been selected by calling the [Get connection](https://docs.codat.io/platform-api#/operations/get-connection) endpoint. +This indicates that a connection has been successfully created in a pending state, allowing you to track users reaching this point in the Link flow. You can identify which integration has been selected by calling the [Get connection](/platform-api#/operations/get-connection) endpoint. ## Who is this relevant for?