Fix broken link in README (#75)

The link to the `Section` trait wasn't working.
This commit is contained in:
Dominik Boehi 2020-11-27 20:53:58 +01:00 committed by GitHub
parent 60e426e43e
commit 6063ec81c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ For an example of how to setup custom filters, check out [`examples/custom_filte
[`backtrace::Backtrace`]: https://docs.rs/backtrace/*/backtrace/struct.Backtrace.html
[`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
[`color-spantrace`]: https://github.com/yaahc/color-spantrace
[`Section`]: https://docs.rs/color-eyre/*/color_eyre/trait.Section.html
[`Section`]: https://docs.rs/color-eyre/*/color_eyre/section/trait.Section.html
[`eyre::Report`]: https://docs.rs/eyre/*/eyre/struct.Report.html
[`eyre::Result`]: https://docs.rs/eyre/*/eyre/type.Result.html
[`Handler`]: https://docs.rs/color-eyre/*/color_eyre/struct.Handler.html