From 5908386a71f4294115cb08cd13bde8a7c3a52054 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:58:02 +0100 Subject: [PATCH] Fix: update the Safe Apps SDK link (#3213) --- src/components/safe-apps/AddCustomAppModal/index.tsx | 2 +- src/config/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/safe-apps/AddCustomAppModal/index.tsx b/src/components/safe-apps/AddCustomAppModal/index.tsx index c32fce32cf..eeae0cc239 100644 --- a/src/components/safe-apps/AddCustomAppModal/index.tsx +++ b/src/components/safe-apps/AddCustomAppModal/index.tsx @@ -45,7 +45,7 @@ type CustomAppFormData = { safeApp: SafeAppData } -const HELP_LINK = 'https://docs.safe.global/safe-core-aa-sdk/safe-apps/get-started' +const HELP_LINK = 'https://docs.safe.global/apps-sdk-overview' const APP_ALREADY_IN_THE_LIST_ERROR = 'This Safe App is already in the list' const MANIFEST_ERROR = "The app doesn't support Safe App functionality" const INVALID_URL_ERROR = 'The url is invalid' diff --git a/src/config/constants.ts b/src/config/constants.ts index 459a1a51e5..7742697469 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -37,7 +37,7 @@ export const SAFE_TOKEN_ADDRESSES: { [chainId: string]: string } = { export const SAFE_APPS_INFURA_TOKEN = process.env.NEXT_PUBLIC_SAFE_APPS_INFURA_TOKEN || INFURA_TOKEN export const SAFE_APPS_THIRD_PARTY_COOKIES_CHECK_URL = 'https://third-party-cookies-check.gnosis-safe.com' export const SAFE_APPS_DEMO_SAFE_MAINNET = 'eth:0xfF501B324DC6d78dC9F983f140B9211c3EdB4dc7' -export const SAFE_APPS_SDK_DOCS_URL = 'https://docs.safe.global/safe-core-aa-sdk/safe-apps' +export const SAFE_APPS_SDK_DOCS_URL = 'https://docs.safe.global/apps-sdk-overview' // Google Tag Manager export const GOOGLE_TAG_MANAGER_ID = process.env.NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID || ''