Skip to content

Commit

Permalink
Fix broken links in README.md (#186)
Browse files Browse the repository at this point in the history
Links would return 404 for the given URLs. I change the links to again
link to the correct file on Github.
  • Loading branch information
ten3roberts authored Jul 22, 2024
2 parents 2dc0688 + 5d93c1a commit e5d92c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions color-eyre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ For an example of how to setup custom filters, check out [`examples/custom_filte
[`eyre::Result`]: https://docs.rs/eyre/*/eyre/type.Result.html
[`Handler`]: https://docs.rs/color-eyre/*/color_eyre/struct.Handler.html
[`examples/usage.rs`]: https://github.com/eyre-rs/color-eyre/blob/master/examples/usage.rs
[`examples/custom_filter.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/custom_filter.rs
[`examples/custom_section.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/custom_section.rs
[`examples/multiple_errors.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/multiple_errors.rs
[`examples/custom_filter.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/custom_filter.rs
[`examples/custom_section.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/custom_section.rs
[`examples/multiple_errors.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/multiple_errors.rs

#### License

Expand Down

0 comments on commit e5d92c3

Please sign in to comment.