From 98da0627762bda00815e91bb9a562439f8fd7a85 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sun, 15 Sep 2024 04:22:29 -0400 Subject: [PATCH] Stop using relative links for examples in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d39ee1b..26aa38ee 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ grammar, punctuation, or missing examples is highly appreciated! ## Examples -* [Tag reader](examples/tag_reader.rs) -* [Tag stripper](examples/tag_stripper.rs) -* [Tag writer](examples/tag_writer.rs) -* [Custom resolver](examples/custom_resolver) +* [Tag reader](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_reader.rs) +* [Tag stripper](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_stripper.rs) +* [Tag writer](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_writer.rs) +* [Custom resolver](https://github.com/Serial-ATA/lofty-rs/tree/main/examples/custom_resolver) To try them out, run: