We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61948 commit 104f844Copy full SHA for 104f844
docs/syntax/links.md
@@ -3,7 +3,7 @@
3
A markdown link looks like this:
4
5
```markdown
6
-[Link text](#destination)
+[Link text](destination.md)
7
```
8
It has two components:
9
- Link **text** enclosed in square brackets `[ ]`
0 commit comments