diff options
author | Barichello <artur@barichello.me> | 2022-01-15 00:14:16 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-15 00:14:22 -0300 |
commit | 7698d67798a9b74d3e10e57501d175b513cff8cc (patch) | |
tree | 40b1ae8be39a9cd734f870a95a373f5b532451a3 | |
parent | 3f2470e5dc8ad1becc0ffbcba9cf9fee9dd21c73 (diff) | |
download | NorthstarWiki-7698d67798a9b74d3e10e57501d175b513cff8cc.tar.gz NorthstarWiki-7698d67798a9b74d3e10e57501d175b513cff8cc.zip |
Fix link
-rw-r--r-- | docs/modding/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modding/getting-started.md b/docs/modding/getting-started.md index 615c2af..a6981aa 100644 --- a/docs/modding/getting-started.md +++ b/docs/modding/getting-started.md @@ -24,7 +24,7 @@ In order to get started with making your mod, create a folder in `R2Northstar/mo After making this folder, inside it add a folder named `mod` and a file named `mod.json`. -Provided is a template `mod.json`, for a detailed list of values read [Cheatsheet](modding/cheatsheet.md) +Provided is a template `mod.json`, for a detailed list of values read [Cheatsheet](cheatsheet.md) ```json { |