Skip to content

Commit 235c4af

Browse files
committed
Fix dead link to watch_it lifecycle documentation
1 parent 7ff928b commit 235c4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/command_it/command_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class _MyWidgetState extends State<MyWidget> {
265265
}
266266
```
267267

268-
**With get_it:** Register as singleton and dispose on app shutdown or use scopes for automatic cleanup. **With watch_it:** Use [`createOnce()`](/documentation/watch_it/lifecycle_functions#createonce) for automatic lifecycle management.
268+
**With get_it:** Register as singleton and dispose on app shutdown or use scopes for automatic cleanup. **With watch_it:** Use [`createOnce()`](/documentation/watch_it/lifecycle#createonce) for automatic lifecycle management.
269269

270270
## See Also
271271

0 commit comments

Comments
 (0)