From 99a2e905f8b423a6b0a46fc710f29838f32c1b18 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Mar 2023 22:50:13 +0200 Subject: [PATCH] Update 'Building your first mod' --- Building-your-first-mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-your-first-mod.md b/Building-your-first-mod.md index ea4e46d..d5077a0 100644 --- a/Building-your-first-mod.md +++ b/Building-your-first-mod.md @@ -8,7 +8,7 @@ 4. Run `dtmt build`, which will produce some files in `out/` 5. Run `dtmt package`, which will produce a zip file 6. Import that zip file in DTMM and deploy it -7. Check **Continued Development** below +7. Check [Continued Development](Building-your-first-mod#continued-development) below ---