mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 22:52:39 +02:00
docs: fix broken link
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user