diff --git a/crates/anstyle/README.md b/crates/anstyle/README.md index 99ea5e1a..628fb329 100644 --- a/crates/anstyle/README.md +++ b/crates/anstyle/README.md @@ -15,12 +15,12 @@ customizing the colors used without putting the underlying text styling crate in the API. For integration with your text styling crate, see: -- [anstyle-termcolor](crates/termcolor) -- [anstyle-owo-colors](crates/owo) -- [anstyle-yansi](crates/yansi) +- [anstyle-termcolor](../anstyle-termcolor) +- [anstyle-owo-colors](../anstyle-owo-colors) +- [anstyle-yansi](../anstyle-yansi) General utilities: -- [anstyle-git](crates/git): Parse Git style descriptions +- [anstyle-git](../anstyle-git): Parse Git style descriptions ## License