Skip to content

Commit 3a73352

Browse files
authored
Fill in some TODOs (#246)
1 parent 07e6022 commit 3a73352

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/training/getting-started/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It's a good place to ask for explanations, search for help about your solution,
1919

2020
See this [detailed documentation (TODO: direct link to Labels reference? same link than the one at the end of the "Communication" part)]() about the different kinds of labels and their use.
2121

22-
Discourse posts support [Markdown formatting (TODO: link to Markdown reference)](), so you can use some styling, or present your code neatly with [code formatting blocks (TODO: direct link to a chapter on code blocks in Markdown docs)]().
22+
Discourse posts support [Markdown formatting](/references/markdown/), so you can use some styling, or present your code neatly with [code formatting blocks](/references/markdown/extensions/#sequential-code-blocks).
2323

2424
You should also mark your posts with the **Spoiler** flag if they contain some code (even not fully working one), or reveal some significant details of the solution.
2525

content/training/getting-started/kata-solved.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ The rank level reflects your experience and knowledge you have gained by solving
2727

2828
</div>
2929

30-
More information on ranks and progress can be found [here (TODO: add link to docs on progress)]().
30+
More information on ranks and progress can be found [here](/concepts/gamification/ranks/).
3131

3232
### Honor
3333

34-
Honor points are rewarded by contributing to Codewars in many ways, and solving a kata is one of them. By earning Honor points you gain additional [privileges (TODO: link to docs)]() and climb [leaderboards (TODO: link to docs)]().
34+
Honor points are rewarded by contributing to Codewars in many ways, and solving a kata is one of them. By earning Honor points you gain additional [privileges](/concepts/gamification/privileges/) and climb [leaderboards (TODO: link to docs)]().
3535

3636
## Feedback
3737

content/training/getting-started/solving-kata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Some users like to write code golfed or creative/clever solutions, but most try
4646

4747
## When tests fail over and over again
4848

49-
Sometimes you just cannot get your solution right. The output panel is red after every attempt, kata might appear broken, or you receive some errors you do not understand and you have no idea what's going on. Don't worry, there are many ways to get help. See [Troubleshooting your Solution (TODO: add link to FAQ)]() FAQ to get some advice.
49+
Sometimes you just cannot get your solution right. The output panel is red after every attempt, kata might appear broken, or you receive some errors you do not understand and you have no idea what's going on. Don't worry, there are many ways to get help. See [Troubleshooting your Solution](/training/troubleshooting/) FAQ to get some advice.
5050

5151
## Unlocking solutions
5252

0 commit comments

Comments
 (0)