Skip to content

Commit 93a3492

Browse files
committed
fix: correct widgets.md URL to point to openai/chatkit-python
1 parent 4656c56 commit 93a3492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatkit/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def action(
306306
) -> AsyncIterator[ThreadStreamEvent]:
307307
raise NotImplementedError(
308308
"The action() method must be overridden to react to actions. "
309-
"See https://github.com/OpenAI-Early-Access/chatkit/blob/main/docs/widgets.md#widget-actions"
309+
"See https://github.com/openai/chatkit-python/blob/main/docs/widgets.md#widget-actions"
310310
)
311311

312312
async def process(

0 commit comments

Comments
 (0)