diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-01-02 20:07:05 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-01-02 20:07:05 +0000 |
commit | 700ae369d108f46a75f2227aa98d2b6fc0105511 (patch) | |
tree | ee1406570d944f52b47f74aa376c6b9f45a44961 /docs/modding/getting-started.md | |
parent | 376e937b010676a5aae6bd970d1221cb7c914310 (diff) | |
download | NorthstarWiki-700ae369d108f46a75f2227aa98d2b6fc0105511.tar.gz NorthstarWiki-700ae369d108f46a75f2227aa98d2b6fc0105511.zip |
GitBook: [#27] Expand hosting dedicated server section
Diffstat (limited to 'docs/modding/getting-started.md')
-rw-r--r-- | docs/modding/getting-started.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modding/getting-started.md b/docs/modding/getting-started.md index 17f50aa..4eb6c11 100644 --- a/docs/modding/getting-started.md +++ b/docs/modding/getting-started.md @@ -6,8 +6,8 @@ This guide assumes you have basic understanding with programming and know how to If you'd like a more lengthy set of tutorials covering many topics. Look at: -{% content-ref url="tutorials/modding-tutorials.md" %} -[modding-tutorials.md](tutorials/modding-tutorials.md) +{% content-ref url="squirrel/what-is-squirrel.md" %} +[what-is-squirrel.md](squirrel/what-is-squirrel.md) {% endcontent-ref %} > TODO: Actually link tools @@ -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](cheatsheet.md) +Provided is a template `mod.json`, for a detailed list of values read [Cheatsheet](tutorials/modding-tutorials.md) ```json { |