Skip to content

Commit d719fa1

Browse files
committed
fix: 1 link was missing 'reference' in the path
1 parent 949af87 commit d719fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/keyword_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
///
6969
/// [Type Casting]: ../reference/expressions/operator-expr.html#type-cast-expressions
7070
/// [Disambiguation Qualified Paths]: ../reference/paths.html#r-paths.qualified.intro
71-
/// [Disambiguation Call Expressions]: ../expressions/call-expr.html#disambiguating-function-calls
71+
/// [Disambiguation Call Expressions]: ../reference/expressions/call-expr.html#disambiguating-function-calls
7272
/// [`crate`]: keyword.crate.html
7373
/// [`use`]: keyword.use.html
7474
/// [const-cast]: pointer::cast

0 commit comments

Comments
 (0)