We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcecdc commit 511474aCopy full SHA for 511474a
src/components/layout/footer.tsx
@@ -26,7 +26,7 @@ const footerLinks: Record<string, FooterSection> = {
26
title: 'Developers',
27
links: [
28
{ href: 'https://docs.sip-protocol.org', label: 'Documentation', external: true },
29
- { href: 'https://docs.sip-protocol.org/api', label: 'API Reference', external: true },
+ { href: 'https://docs.sip-protocol.org/getting-started', label: 'SDK Guide', external: true },
30
{ href: 'https://github.com/sip-protocol', label: 'GitHub', external: true },
31
{ href: 'https://www.npmjs.com/package/@sip-protocol/sdk', label: 'npm Package', external: true },
32
],
0 commit comments