Skip to content

Commit 75f5862

Browse files
committed
Fix link on case-sensitive filesystems.
1 parent aed518f commit 75f5862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/format/markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ Linking to a URL or local file is easy:
7373
```markdown
7474
Use [mdBook](https://github.com/rust-lang/mdBook).
7575

76-
Read about [mdBook](mdBook.md).
76+
Read about [mdBook](mdbook.md).
7777

7878
A bare url: <https://www.rust-lang.org>.
7979
```
8080

8181
Use [mdBook](https://github.com/rust-lang/mdBook).
8282

83-
Read about [mdBook](mdBook.md).
83+
Read about [mdBook](mdbook.md).
8484

8585
A bare url: <https://www.rust-lang.org>.
8686

0 commit comments

Comments
 (0)