Skip to content

Commit b486e47

Browse files
committed
update site links
1 parent 0346c5e commit b486e47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/docs/astro.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,15 @@ const sidebar = [
6262
items: [
6363
{
6464
label: 'Python SDK',
65-
// LAUNCH: check this works
66-
link: 'https://openai.github.io/chatkit-python-sdk',
65+
link: 'https://openai.github.io/chatkit-python',
6766
},
6867
],
6968
},
7069
];
7170

7271
export default defineConfig({
7372
// LAUNCH: update
74-
site: 'https://fantastic-funicular-pg5rm2q.pages.github.io/',
73+
site: 'https://openai.github.io/chatkit-js',
7574

7675
integrations: [
7776
starlight({

0 commit comments

Comments
 (0)