Skip to content

Commit fcb5e83

Browse files
committed
Correct documentation URL for Value's Index impl.
The current id doesn't exist, so the link just goes to the top of the docs for Value, rather than to the intended section covering `impl<I> Index<I> for Value`.
1 parent bcedc3d commit fcb5e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use core::ops;
1414
///
1515
/// [`get`]: ../enum.Value.html#method.get
1616
/// [`get_mut`]: ../enum.Value.html#method.get_mut
17-
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E
17+
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E-for-Value
1818
///
1919
/// This trait is sealed and cannot be implemented for types outside of
2020
/// `serde_json`.

0 commit comments

Comments
 (0)