Skip to content

Commit 5327345

Browse files
waleedlatif1claude
andcommitted
fix(landing): point Mothership and Workflows footer links to docs root
These docs pages don't exist yet — link to docs.sim.ai until they are published. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0340fba commit 5327345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/(landing)/components/footer

apps/sim/app/(landing)/components/footer/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ interface FooterItem {
1414
}
1515

1616
const PRODUCT_LINKS: FooterItem[] = [
17-
{ label: 'Mothership', href: 'https://docs.sim.ai/mothership', external: true },
18-
{ label: 'Workflows', href: 'https://docs.sim.ai/workflows', external: true },
17+
{ label: 'Mothership', href: 'https://docs.sim.ai', external: true },
18+
{ label: 'Workflows', href: 'https://docs.sim.ai', external: true },
1919
{ label: 'Knowledge Base', href: 'https://docs.sim.ai/knowledgebase', external: true },
2020
{ label: 'Tables', href: 'https://docs.sim.ai/tables', external: true },
2121
{ label: 'MCP', href: 'https://docs.sim.ai/mcp', external: true },

0 commit comments

Comments
 (0)