Skip to content

Commit

Permalink
Merge pull request #1153 from dpathakj/master
Browse files Browse the repository at this point in the history
Correct documentation URL for Value's Index impl.
  • Loading branch information
dtolnay committed Jul 3, 2024
2 parents bcedc3d + fcb5e83 commit 3fd6f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use core::ops;
///
/// [`get`]: ../enum.Value.html#method.get
/// [`get_mut`]: ../enum.Value.html#method.get_mut
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E-for-Value
///
/// This trait is sealed and cannot be implemented for types outside of
/// `serde_json`.
Expand Down

0 comments on commit 3fd6f5f

Please sign in to comment.