diff --git a/packages/website/app/routes/guides/use-instance.md b/packages/website/app/routes/guides/use-instance.md index 6e47f9d..dcfc340 100644 --- a/packages/website/app/routes/guides/use-instance.md +++ b/packages/website/app/routes/guides/use-instance.md @@ -6,7 +6,7 @@ meta: # useInstance -You can use `useInstance` to get the current instance within a component. This can be used to let a component destroy or deactivate itself. +You can use `useInstance` to get the current [instance](/guides/sending-messages) within a component. This can be used to let a component destroy or deactivate itself. ```jsx import { Button, useInstance } from "reacord"