Skip to content

Commit ac470e0

Browse files
authored
docs(readme): fix links to use relative paths
1 parent 051e357 commit ac470e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/anstyle/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ customizing the colors used without putting the underlying text styling crate
1515
in the API.
1616

1717
For integration with your text styling crate, see:
18-
- [anstyle-termcolor](crates/termcolor)
19-
- [anstyle-owo-colors](crates/owo)
20-
- [anstyle-yansi](crates/yansi)
18+
- [anstyle-termcolor](../anstyle-termcolor)
19+
- [anstyle-owo-colors](../anstyle-owo-colors)
20+
- [anstyle-yansi](../anstyle-yansi)
2121

2222
General utilities:
23-
- [anstyle-git](crates/git): Parse Git style descriptions
23+
- [anstyle-git](../anstyle-git): Parse Git style descriptions
2424

2525
## License
2626

0 commit comments

Comments
 (0)