Skip to content

Commit 7133dc0

Browse files
Merge pull request #11 from bugtender/fix/widgets-doc-url
fix: correct widgets.md URL to point to openai/chatkit-python
2 parents a231f62 + 5fb633f commit 7133dc0

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)