From 752402a177af1c6979b4a9cf9eb0936cb0f80214 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:36:29 -0600 Subject: [PATCH] add a link to instances guide from useInstance --- packages/website/app/routes/guides/use-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"