From bc252d64f81a96429c1ddc4aebc9f1fc8debe76a Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Thu, 4 Jul 2024 04:31:57 +0200 Subject: [PATCH] fixed broken links --- docs/wiki/How To Contribute/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index e9e1065..524f7c2 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -60,7 +60,7 @@ These are some of the most important terms you should know when working with Git ![Fork this repository](/img/wiki/fork-this-repository.png) 1. **Edit the Page** \ - Now you can edit the website's code. Most pages, including the Wiki and Season pages, use Markdown, a simple format you might know from note-taking apps. To learn more, check out [this markdown cheatsheet](https://www.markdownguide.org/cheat-sheet/). To get started quickly, I recommend getting familiar with the existing text and checking out the [example page of a base](https://www.markdownguide.org/cheat-sheet) and the [corresponding code](https://www.markdownguide.org/cheat-sheet). + Now you can edit the website's code. Most pages, including the Wiki and Season pages, use Markdown, a simple format you might know from note-taking apps. To learn more, check out [this markdown cheatsheet](https://www.markdownguide.org/cheat-sheet/). To get started quickly, I recommend getting familiar with the existing text and checking out the [example page of a base](./example-page.md) and the [corresponding code](example-page-code.md). :::note[Some footnotes on editing:] - You can format pages however you see fit, not limited to specific templates.