docs(contrib): Link words.csv and prefer a relative link

This commit is contained in:
Martin Fischer 2023-08-11 13:30:32 +02:00
parent 2f6b2d065e
commit 5b537a0662

View file

@ -37,7 +37,7 @@ to be done in bulk in an attempt to lower the barrier for improving the dictiona
Otherwise, to add to the dictionary: Otherwise, to add to the dictionary:
1. Add your typo to our data file `crates/typos-dict/assets/words.csv` 1. Add your typo to our data file [crates/typos-dict/assets/words.csv](crates/typos-dict/assets/words.csv)
Format: `typo,correction[,correction...]` Format: `typo,correction[,correction...]`
@ -99,4 +99,4 @@ When we're ready to release, a project owner should do the following
[issues]: https://github.com/crate-ci/typos/issues [issues]: https://github.com/crate-ci/typos/issues
[new issue]: https://github.com/crate-ci/typos/issues/new [new issue]: https://github.com/crate-ci/typos/issues/new
[all issues]: https://github.com/crate-ci/typos/issues?utf8=%E2%9C%93&q=is%3Aissue [all issues]: https://github.com/crate-ci/typos/issues?utf8=%E2%9C%93&q=is%3Aissue
[CI]: https://github.com/crate-ci/typos/tree/master/.github/workflows [CI]: ./.github/workflows/