Skip to content

Commit e210535

Browse files
committed
made the subscribe description clearer
1 parent e7b0eaa commit e210535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/realtime/react-hooks/subscribe.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ See our [Realtime documentation](/realtime) for more information.
206206
All realtime hooks automatically include metadata updates. Whenever your task updates metadata using `metadata.set()`, `metadata.append()`, or other metadata methods, your component will re-render with the updated data.
207207

208208
<Note>
209-
To learn how to update metadata from your tasks, see our [backend metadata
210-
documentation](/realtime/backend/metadata).
209+
To learn how to write tasks that use metadata, see our [writing tasks using
210+
metadata](/runs/metadata) guide.
211211
</Note>
212212

213213
### Progress monitoring

0 commit comments

Comments
 (0)