diff --git a/docs/docs/help/tutorial-basics/markdown-features.mdx b/docs/docs/help/tutorial-basics/markdown-features.mdx index 0337f34d6..53197243f 100644 --- a/docs/docs/help/tutorial-basics/markdown-features.mdx +++ b/docs/docs/help/tutorial-basics/markdown-features.mdx @@ -30,14 +30,14 @@ Markdown text with [links](./hello.md) Regular Markdown links are supported, using url paths or relative file paths. ```md -Let's see how to [Create a page](/create-a-page). +Let's see how to Create a page. ``` ```md -Let's see how to [Create a page](./create-a-page.md). +Let's see how to Create a page. ``` -**Result:** Let's see how to [Create a page](./create-a-page.md). +**Result:** Let's see how to Create a page. ## Images