mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Stop using relative links for examples in README
This commit is contained in:
parent
6ab66ad75a
commit
98da062776
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue