Skip to content

Commit 3fd6f5f

Browse files
authored
Merge pull request #1153 from dpathakj/master
Correct documentation URL for Value's Index impl.
2 parents bcedc3d + fcb5e83 commit 3fd6f5f

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)