Skip to content

Commit 41f474c

Browse files
committed
fix(docs): route Jira footer link to the docs guide, not sim.ai
Every other integration in the footer's Integrations column links to its own docs.sim.ai guide; Jira was the only one pointing at the marketing site's landing page instead, despite docs having its own /integrations/jira guide. Matches the established pattern.
1 parent 8286236 commit 41f474c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/components/footer/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const INTEGRATION_LINKS: FooterItem[] = [
7575
{ label: 'Gmail', href: '/integrations/gmail' },
7676
{ label: 'Notion', href: '/integrations/notion' },
7777
{ label: 'Salesforce', href: '/integrations/salesforce' },
78-
{ label: 'Jira', href: `${SIM_SITE_URL}/integrations/jira`, external: true },
78+
{ label: 'Jira', href: '/integrations/jira' },
7979
{ label: 'Linear', href: '/integrations/linear' },
8080
{ label: 'Supabase', href: '/integrations/supabase' },
8181
{ label: 'Stripe', href: '/integrations/stripe' },

0 commit comments

Comments
 (0)