Skip to content

Commit 98da062

Browse files
committed
Stop using relative links for examples in README
1 parent 6ab66ad commit 98da062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ grammar, punctuation, or missing examples is highly appreciated!
2121

2222
## Examples
2323

24-
* [Tag reader](examples/tag_reader.rs)
25-
* [Tag stripper](examples/tag_stripper.rs)
26-
* [Tag writer](examples/tag_writer.rs)
27-
* [Custom resolver](examples/custom_resolver)
24+
* [Tag reader](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_reader.rs)
25+
* [Tag stripper](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_stripper.rs)
26+
* [Tag writer](https://github.com/Serial-ATA/lofty-rs/blob/main/examples/tag_writer.rs)
27+
* [Custom resolver](https://github.com/Serial-ATA/lofty-rs/tree/main/examples/custom_resolver)
2828

2929
To try them out, run:
3030

0 commit comments

Comments
 (0)