Skip to content

Commit 37ff152

Browse files
committed
docs: Fix links to libs in manual
1 parent 74a46ea commit 37ff152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ documented separately by extracting documentation attributes from their
2424
source code. Formatted documentation can be found at the following
2525
locations:
2626

27-
- Core library: <http://doc.rust-lang.org/doc/core>
28-
- Standard library: <http://doc.rust-lang.org/doc/std>
27+
- Core library: <http://doc.rust-lang.org/doc/core/index.html>
28+
- Standard library: <http://doc.rust-lang.org/doc/std/index.html>
2929

3030
## Disclaimer
3131

0 commit comments

Comments
 (0)