Skip to content

Commit

Permalink
Update links pointing to the Safe documentation (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Jul 21, 2023
1 parent 327b4cd commit 4afb12f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/safe-apps/AddCustomAppModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type CustomAppFormData = {
safeApp: SafeAppData
}

const HELP_LINK = 'https://docs.safe.global/build/sdks/safe-apps'
const HELP_LINK = 'https://docs.safe.global/safe-core-aa-sdk/safe-apps/get-started'
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'
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/SafeModules/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SafeModules = () => {
<Typography>
Modules allow you to customize the access-control logic of your Safe Account. Modules are potentially
risky, so make sure to only use modules from trusted sources. Learn more about modules{' '}
<ExternalLink href="https://docs.safe.global/contracts/modules-1">here</ExternalLink>
<ExternalLink href="https://docs.safe.global/safe-core-protocol/plugins">here</ExternalLink>
</Typography>
{safeModules.length === 0 ? (
<NoModules />
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/learn/safe-tools/sdks/safe-apps'
export const SAFE_APPS_SDK_DOCS_URL = 'https://docs.safe.global/safe-core-aa-sdk/safe-apps'

// Google Tag Manager
export const GOOGLE_TAG_MANAGER_ID = process.env.NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID || ''
Expand Down

1 comment on commit 4afb12f

@grandsmarquis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahah was searching to edit this right now but already done 👍

Please sign in to comment.