diff --git a/src/value/index.rs b/src/value/index.rs index 891ca8ef7..c56135b33 100644 --- a/src/value/index.rs +++ b/src/value/index.rs @@ -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`.