Skip to content

Commit

Permalink
Fix broken link in README (eyre-rs#75)
Browse files Browse the repository at this point in the history
The link to the `Section` trait wasn't working.
  • Loading branch information
Tiwalun authored Nov 27, 2020
1 parent 60e426e commit 6063ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6063ec8

Please sign in to comment.