From 9166daec970ec8ec76fb116fbb8be90bbbf9ba04 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Thu, 16 Jul 2026 17:28:29 +0800 Subject: [PATCH] docs(api): use .md extension in notifications.md relative links --- docs/api/notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/notifications.md b/docs/api/notifications.md index a8f3f988..810cbc93 100644 --- a/docs/api/notifications.md +++ b/docs/api/notifications.md @@ -89,7 +89,7 @@ Authoritative global UI state changed. Sent when event opens, updates, is replac Host platform and all connected clients may render same event in parallel. First valid response wins. A terminal update removes event from `events` and describes it in `resolved`, instructing every renderer to close. -`ui.changed` is latest-wins coalescible. Clients that reconnect or suspect missed notifications should query [`ui`](./methods#ui). +`ui.changed` is latest-wins coalescible. Clients that reconnect or suspect missed notifications should query [`ui`](./methods.md#ui). #### Parameters @@ -99,7 +99,7 @@ Host platform and all connected clients may render same event in parallel. First | events | object[] | Yes | Complete active event snapshot. Initial implementation contains zero or one event. | | resolved | object[] | Yes | Terminal resolutions associated with this transition. | -Event and resolution fields are defined under [`ui`](./methods#ui-event-object) and [`ui.respond`](./methods#ui-resolution-object). +Event and resolution fields are defined under [`ui`](./methods.md#ui-event-object) and [`ui.respond`](./methods.md#ui-resolution-object). #### Picker opened