From 78dfaccd3872eb30980ed69eaa7cf4c96c65d13e Mon Sep 17 00:00:00 2001 From: Amol Date: Sun, 24 Dec 2023 18:39:33 +0530 Subject: [PATCH] docs: fix broken link --- docs/docs/help/tutorial-basics/markdown-features.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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