diff --git a/src/doc/src/reference/overriding-dependencies.md b/src/doc/src/reference/overriding-dependencies.md index c8e8fbcb6e5..c04a7929dcd 100644 --- a/src/doc/src/reference/overriding-dependencies.md +++ b/src/doc/src/reference/overriding-dependencies.md @@ -349,9 +349,9 @@ crate, instead `[patch]` must be used in that situation. As a result usage of a path override is typically isolated to quick bug fixes rather than larger changes. -Note: using a local configuration to override paths will only work for crates -that have been published to [crates.io]. You cannot use this feature to tell -Cargo how to find local unpublished crates. +> **Note**: using a local configuration to override paths will only work for +> crates that have been published to [crates.io]. You cannot use this feature +> to tell Cargo how to find local unpublished crates. [crates.io]: https://crates.io/