Merge pull request #2137 from ehuss/mdbook-case-link
Fix link on case-sensitive filesystems.
This commit is contained in:
commit
d5a3682de9
|
@ -73,14 +73,14 @@ Linking to a URL or local file is easy:
|
||||||
```markdown
|
```markdown
|
||||||
Use [mdBook](https://github.com/rust-lang/mdBook).
|
Use [mdBook](https://github.com/rust-lang/mdBook).
|
||||||
|
|
||||||
Read about [mdBook](mdBook.md).
|
Read about [mdBook](mdbook.md).
|
||||||
|
|
||||||
A bare url: <https://www.rust-lang.org>.
|
A bare url: <https://www.rust-lang.org>.
|
||||||
```
|
```
|
||||||
|
|
||||||
Use [mdBook](https://github.com/rust-lang/mdBook).
|
Use [mdBook](https://github.com/rust-lang/mdBook).
|
||||||
|
|
||||||
Read about [mdBook](mdBook.md).
|
Read about [mdBook](mdbook.md).
|
||||||
|
|
||||||
A bare url: <https://www.rust-lang.org>.
|
A bare url: <https://www.rust-lang.org>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue