Skip to content

Commit e5d92c3

Browse files
authored
Fix broken links in README.md (#186)
Links would return 404 for the given URLs. I change the links to again link to the correct file on Github.
2 parents 2dc0688 + 5d93c1a commit e5d92c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

color-eyre/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ For an example of how to setup custom filters, check out [`examples/custom_filte
211211
[`eyre::Result`]: https://docs.rs/eyre/*/eyre/type.Result.html
212212
[`Handler`]: https://docs.rs/color-eyre/*/color_eyre/struct.Handler.html
213213
[`examples/usage.rs`]: https://github.com/eyre-rs/color-eyre/blob/master/examples/usage.rs
214-
[`examples/custom_filter.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/custom_filter.rs
215-
[`examples/custom_section.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/custom_section.rs
216-
[`examples/multiple_errors.rs`]: https://github.com/eyre-rs/eyre/tree/master/color-eyre/blob/master/examples/multiple_errors.rs
214+
[`examples/custom_filter.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/custom_filter.rs
215+
[`examples/custom_section.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/custom_section.rs
216+
[`examples/multiple_errors.rs`]: https://github.com/eyre-rs/eyre/blob/master/color-eyre/examples/multiple_errors.rs
217217

218218
#### License
219219

0 commit comments

Comments
 (0)