From 8e7918c1191cf6ca41f3d64cf040bf6a88282f70 Mon Sep 17 00:00:00 2001 From: Samkist Date: Sun, 29 May 2022 23:20:58 -0400 Subject: [PATCH] add link --- Frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.md b/Frame.md index 98fd5c3..d2b35ab 100644 --- a/Frame.md +++ b/Frame.md @@ -20,7 +20,7 @@ local myFrame = basalt.createFrame("myFirstFrame") ```` ## addFrame -Creates a child frame on the frame, the same as basalt.createFrame except the frames are given a parent-child relationship automatically +Creates a child frame on the frame, the same as [basalt.createFrame](https://github.com/Pyroxenium/Basalt/wiki/Frame#basaltcreateframe) except the frames are given a parent-child relationship automatically #### Parameters: 1. `string` name (should be unique)