From 5b537a06624593683d613887547c82fdc81e8e4d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 11 Aug 2023 13:30:32 +0200 Subject: [PATCH] docs(contrib): Link words.csv and prefer a relative link --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bdbdf5..af91ab8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: -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...]` @@ -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 [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 -[CI]: https://github.com/crate-ci/typos/tree/master/.github/workflows +[CI]: ./.github/workflows/