diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index dc9d4b9a5..7322835dc 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -234,7 +234,7 @@ The compiler uses the [`tracing`] crate for logging. [`tracing`]: https://docs.rs/tracing -For details see [the guide section on tracing](./tracing.md) +For details, see [the chapter on tracing](./tracing.md). ## Narrowing (Bisecting) Regressions