From 0d0b09485e7d36adcb6ed1021c6277a662846c83 Mon Sep 17 00:00:00 2001 From: Matthew Spaulding Date: Wed, 3 Jul 2024 14:39:30 -0400 Subject: [PATCH] update links --- frontend/src/components/Balances.js | 2 +- frontend/src/components/Identity.js | 2 +- frontend/src/components/LaunchButton.js | 2 +- frontend/src/components/MXEndpoint.js | 2 +- frontend/src/components/RunJobAndPoll.js | 6 +++--- frontend/src/components/Transactions.js | 4 ++-- frontend/src/components/Verification.js | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Balances.js b/frontend/src/components/Balances.js index 03d8ea4..4327a7b 100644 --- a/frontend/src/components/Balances.js +++ b/frontend/src/components/Balances.js @@ -24,7 +24,7 @@ function Balances({memberGuid, userGuid}) { return (
- correct, challenge, options, image, see docs for more scenarios + correct, challenge, options, image, see docs for more scenarios diff --git a/frontend/src/components/MXEndpoint.js b/frontend/src/components/MXEndpoint.js index ffc873f..5b38aef 100644 --- a/frontend/src/components/MXEndpoint.js +++ b/frontend/src/components/MXEndpoint.js @@ -85,7 +85,7 @@ function MXEndpoint({
{showNotice && ( - Notice: The first two parts were completed automatically in the widget because it was configured to {getNoticeMessage()}. + Notice: The first two parts were completed automatically in the widget because it was configured to {getNoticeMessage()}. )}
diff --git a/frontend/src/components/RunJobAndPoll.js b/frontend/src/components/RunJobAndPoll.js index 6a82f53..0b3f085 100644 --- a/frontend/src/components/RunJobAndPoll.js +++ b/frontend/src/components/RunJobAndPoll.js @@ -4,9 +4,9 @@ import MXConnectWidget from './MXConnectWidget'; const LINKS = { - balances: 'https://docs.mx.com/api#core_resources_members_check_balances', - holdings: 'https://docs.mx.com/api#investments_holdings', - identity: 'https://docs.mx.com/api#identification_identity' + balances: 'https://docs.mx.com/api-reference/platform-api/reference/check-balances', + holdings: 'https://docs.mx.com/api-reference/platform-api/reference/list-holdings', + identity: 'https://docs.mx.com/api-reference/platform-api/reference/identify-member' } function RunJobAndPoll({ diff --git a/frontend/src/components/Transactions.js b/frontend/src/components/Transactions.js index 9362af7..8c0c598 100644 --- a/frontend/src/components/Transactions.js +++ b/frontend/src/components/Transactions.js @@ -29,7 +29,7 @@ function Transactions({userGuid, memberGuid}) { code: '400', type: 'Bad Request', message: 'Something happend and you were unable to get transactions', - link: 'https://docs.mx.com/api#core_resources_transactions_list_transactions_by_member' + link: 'https://docs.mx.com/api-reference/platform-api/reference/list-transactions-by-member' }) }); } @@ -37,7 +37,7 @@ function Transactions({userGuid, memberGuid}) { return (