Skip to content

Commit fb1dca2

Browse files
fix(integrations): point service-account modal docs links at Sim guides
1 parent b4193e0 commit fb1dca2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export type ServiceAccountProviderId =
2525
| typeof GOOGLE_SERVICE_ACCOUNT_PROVIDER_ID
2626
| typeof ATLASSIAN_SERVICE_ACCOUNT_PROVIDER_ID
2727

28-
/** Provider docs for creating the credential, docked bottom-left of each modal. */
29-
const GOOGLE_SERVICE_ACCOUNT_DOCS_URL = 'https://cloud.google.com/iam/docs/keys-create-delete'
28+
/** Sim setup guides for each provider, docked bottom-left of each modal. */
29+
const GOOGLE_SERVICE_ACCOUNT_DOCS_URL = 'https://docs.sim.ai/integrations/google-service-account'
3030
const ATLASSIAN_SERVICE_ACCOUNT_DOCS_URL =
31-
'https://support.atlassian.com/user-management/docs/manage-api-tokens-for-service-accounts/'
31+
'https://docs.sim.ai/integrations/atlassian-service-account'
3232

3333
function openDocs(url: string): void {
3434
window.open(url, '_blank', 'noopener,noreferrer')

0 commit comments

Comments
 (0)