Skip to content

Commit 87c81b2

Browse files
authored
fix: remove link for removed page (#315)
1 parent f9c9110 commit 87c81b2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/08-stores/02-auto-subscriptions

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/08-stores/02-auto-subscriptions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start by declaring `unsubscribe` in `App.svelte`:
1515

1616
> Calling a `subscribe` method returns an `unsubscribe` function.
1717
18-
You now declared `unsubscribe`, but it still needs to be called, for example through the `onDestroy` [lifecycle hook](/tutorial/ondestroy):
18+
You now declared `unsubscribe`, but it still needs to be called, for example through the `onDestroy` lifecycle hook:
1919

2020
```svelte
2121
/// file: App.svelte

0 commit comments

Comments
 (0)