docs: fix broken link

This commit is contained in:
Amol
2023-12-24 18:39:33 +05:30
committed by GitHub
parent 757b72161a
commit 78dfaccd38
@@ -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