Skip to content

Commit 104f844

Browse files
committed
avoid anchor in schematic example
1 parent dd61948 commit 104f844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A markdown link looks like this:
44

55
```markdown
6-
[Link text](#destination)
6+
[Link text](destination.md)
77
```
88
It has two components:
99
- Link **text** enclosed in square brackets `[ ]`

0 commit comments

Comments
 (0)