From a3e7bf7bdec4cb2c102e46888081ae6bfda1a43b Mon Sep 17 00:00:00 2001 From: Samkist Date: Mon, 30 May 2022 11:48:36 -0400 Subject: [PATCH] fixed object link --- docs/objects/Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/Button.md b/docs/objects/Button.md index 29f4b7c..f393341 100644 --- a/docs/objects/Button.md +++ b/docs/objects/Button.md @@ -1,7 +1,7 @@ Buttons are objects, which execute function by clicking on them The following list is only available to buttons:
-Remember button also inherits from [object](https://github.com/NoryiE/basalt/wiki/Object): +Remember button also inherits from [object](objects/Object.md): ## setText Sets the displayed button text