mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
docs(shell-docs): fix broken Action Handlers link in a2ui fixed-schema page (#6764)
The "Advanced — Action Handlers" link pointed to `./advanced#action-handlers`, but there is no `advanced.mdx` page in `docs/generative-ui/a2ui/`. The "Action handlers (reference)" section lives in this same file, so the link now points to it directly with `#action-handlers-reference`.
This commit is contained in:
@@ -365,7 +365,7 @@ When available, a button declares its action like this:
|
||||
And the Python tool matches it with a handler keyed by the action
|
||||
name (plus a `"*"` catch-all). Until the SDK lands, handle the click on the
|
||||
frontend instead — see
|
||||
[Advanced — Action Handlers](./advanced#action-handlers) for the
|
||||
[Advanced — Action Handlers](/integrations/langgraph/generative-ui/a2ui/advanced#action-handlers) for the
|
||||
`createA2UIMessageRenderer` / `onAction` pattern.
|
||||
|
||||
## When should I use fixed schemas?
|
||||
|
||||
Reference in New Issue
Block a user