From 5d93c1adafd7ac0aaecf457a0c35889a4030a55d Mon Sep 17 00:00:00 2001 From: Christer Jensen Date: Mon, 22 Jul 2024 13:33:30 +0200 Subject: [PATCH] Fix broken links in README.md Links would now return 404 for the given URL. --- color-eyre/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/color-eyre/README.md b/color-eyre/README.md index e991641..ee4a4f1 100644 --- a/color-eyre/README.md +++ b/color-eyre/README.md @@ -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