Skip to content

Commit 511474a

Browse files
committed
fix(footer): update broken API Reference link to SDK Guide
Changed footer link from non-existent /api page to /getting-started which contains actual SDK usage documentation. Fixes #14
1 parent cfcecdc commit 511474a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const footerLinks: Record<string, FooterSection> = {
2626
title: 'Developers',
2727
links: [
2828
{ href: 'https://docs.sip-protocol.org', label: 'Documentation', external: true },
29-
{ href: 'https://docs.sip-protocol.org/api', label: 'API Reference', external: true },
29+
{ href: 'https://docs.sip-protocol.org/getting-started', label: 'SDK Guide', external: true },
3030
{ href: 'https://github.com/sip-protocol', label: 'GitHub', external: true },
3131
{ href: 'https://www.npmjs.com/package/@sip-protocol/sdk', label: 'npm Package', external: true },
3232
],

0 commit comments

Comments
 (0)