Skip to content

Commit afbb5dd

Browse files
Merge pull request #65 from openai/victor/fix-mobile-link
update mobile link
2 parents f52bbdf + a6baf71 commit afbb5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/components/MobileFooter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ParseStatus } from 'astro:schema';
88
const additionalLinks = [
99
{
1010
label: 'Chatkit.js',
11-
href: 'https://github.com/openai/chatkit-js-internal',
11+
href: 'https://github.com/openai/chatkit-js',
1212
icon: 'github' as const,
1313
},
1414
];

0 commit comments

Comments
 (0)