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 ---