Skip to content

Commit 42c7f0e

Browse files
authored
Update attaching-custom-data-to-the-connect-webview.md
1 parent 43424ca commit 42c7f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ seam.connectWebviews().create(ConnectWebviewsCreateRequest.builder()
207207
4. Seam creates a connected account containing the user's device account information.\
208208
This connected account includes a `custom_metadata` property that automatically contains the information that you set in the `custom_metadata` property for the Connect Webview.
209209
5. To retrieve the ID of the connected account associated with the completed Connect Webview, [get the `connect_webview`](../../api-clients/connect_webviews/get.md) and check the `connected_account_id` property.
210-
6. To retrieve the connected account, [get the `connected_account`](../../api-clients/connected_accounts/get.md) with the ID that you identified in the previous step.
210+
6. To retrieve the connected account, [get the `connected_account`](../../api/connected_accounts/get.md) with the ID that you identified in the previous step.
211211
7. Within the returned `connected_account`, view the `custom_metadata`.
212212

213213
{% hint style="info" %}

0 commit comments

Comments
 (0)