Skip to content

Commit 6fb3705

Browse files
Merge pull request #2253 from ehuss/nomicon-bare-dir
Fix nomicon links.
2 parents 5258c2f + 908f141 commit 6fb3705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ch15-06-reference-cycles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ information.
315315
Next, we’ll talk about concurrency in Rust. You’ll even learn about a few new
316316
smart pointers.
317317

318-
[nomicon]: ../nomicon/
318+
[nomicon]: ../nomicon/index.html

src/ch16-04-extensible-concurrency-sync-and-send.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ relate to those you might be familiar with from object-oriented programming.
8686

8787
[sharing-a-mutext-between-multiple-threads]:
8888
ch16-03-shared-state.html#sharing-a-mutext-between-multiple-threads
89-
[nomicon]: ../nomicon/
89+
[nomicon]: ../nomicon/index.html

0 commit comments

Comments
 (0)