Skip to content

Commit

Permalink
Merge pull request #421 from mbaneshi/patch-6
Browse files Browse the repository at this point in the history
fix broken link.md
  • Loading branch information
reveloper committed Nov 15, 2023
2 parents c79f911 + 277f886 commit ecd4489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contribute/tutorials/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is important that you take some time to become familiar with the tutorial str
Before you start writing, *read the guidelines below*! They will help you ensure the level of standardization and quality that will make the review process much faster.
:::

Also, be sure to refer to the [**sample tutorial structure**](/contribute/sample-tutorial) we have provided.
Also, be sure to refer to the [**sample tutorial structure**](/contribute/tutorials/sample-tutorial) we have provided.


1. To begin, fork and then clone the [ton-docs](https://github.com/ton-community/ton-docs/) repository on GitHub and create a new branch in your local repository.
Expand Down Expand Up @@ -58,7 +58,7 @@ Regarding other word combinations like "TON + noun" (e.g., "the TON world," "the
## How to structure your tutorial

:::info Sample tutorial structure
Feel free to check out the [sample tutorial structure](/contribute/sample-tutorial) to see it with your own eyes.
Feel free to check out the [sample tutorial structure](/contribute/tutorials/sample-tutorial) to see it with your own eyes.
:::

- The **Title** should be direct and clear, summarizing the tutorial's goal. Do not add the tutorial title as a heading inside the document; instead, use the markdown document filename.
Expand All @@ -81,7 +81,7 @@ Feel free to check out the [sample tutorial structure](/contribute/sample-tutori
- _For example_: "We have successfully deployed our contract."
- When providing direct instructions, feel free to use “you”, “your”, etc.
- _For example_: “*Your file should look like this:*”.
- **Use Markdown properly** throughout your tutorial. Refer to [GitHub's markdown guide](https://guides.github.com/features/mastering-markdown/) as well as the [sample tutorial structure](/contribute/sample-tutorial).
- **Use Markdown properly** throughout your tutorial. Refer to [GitHub's markdown guide](https://guides.github.com/features/mastering-markdown/) as well as the [sample tutorial structure](/contribute/tutorials/sample-tutorial).
- **Do not use pre-formatted text for emphasis**, *for example*:
- ❌ "TON counter `smart contract` named `counter.fc`" is incorrect.
- ✅ "TON counter **smart contract** named `counter.fc`" is correct.
Expand Down

0 comments on commit ecd4489

Please sign in to comment.