diff --git a/src/pages/actors.astro b/src/pages/actors.astro index 8ba2956..9f106cb 100644 --- a/src/pages/actors.astro +++ b/src/pages/actors.astro @@ -43,7 +43,7 @@ const useCases = [ { title: 'Collaborative state', body: 'One Actor per document or workspace. State lives next to compute, so concurrent edits stay consistent without cache-invalidation gymnastics.', - href: '/actors/docs/sharing-and-joining-state', + href: '/actors/docs/design-patterns', }, { title: 'Durable workflows',