From c48b69421376bf7b4cb0077db12904633decb112 Mon Sep 17 00:00:00 2001 From: TMN Date: Sun, 3 Oct 2021 15:06:59 +0200 Subject: [PATCH] fix: fix link to documentation in getting-started.md --- docs/tutorials/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index ed3bc48..b655a4d 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -4,7 +4,7 @@ Welcome to The Modding Tree! Using the Modding Tree, at its simplest level, just requires getting a copy of it onto your computer. However, if you do it the right way, it will help in many ways. -Don't let the word "Github" scare you away. It's actually much easier to use than most people think, especially because most people use it the hard way. The key is Github Desktop, which lets you do everything you need to, without even touching the command line. +Don't let the word "Github" scare you away. It's actually much easier to use than most people think, especially because most people use it the hard way. The key is Github Desktop, which lets you do everything you need to, without even touching the command line. The benefits of using Github: @@ -23,7 +23,7 @@ The benefits of using Github: 4. Open Github Desktop and log in. Ignore everything else and choose "clone a repository". A "repository" is basically a "Github project", like The Modding Tree. "Cloning" is downloading a copy of the repository to your computer. -5. Look for The Modding Tree in the list of repositiories (it should be the only one) and click "clone". +5. Look for The Modding Tree in the list of repositiories (it should be the only one) and click "clone". 6. Select that you're using it for your own purposes, and click continue. It will download the files and handle everything. @@ -45,4 +45,4 @@ The benefits of using Github: 8. You can view your project online, or share it with others, by going to https://raw.githack.com/[YOUR-GITHUB-USERNAME]/The-Modding-Tree/master/index.html. **You do NOT need to do this to test your mod locally.** -And now, you have successfully used Github! You can look at the next tutorial on [making a mod](making-a-mod.md), or look at the [documentation](/documentation/!general-info.md) to see how The Modding Tree's system works and to make your mod a reality. +And now, you have successfully used Github! You can look at the next tutorial on [making a mod](making-a-mod.md), or look at the [documentation](../!general-info.md) to see how The Modding Tree's system works and to make your mod a reality.