From 59328fe7040897ace2f2649a8095f8713b570a36 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 10 Feb 2023 08:12:14 +0900 Subject: [PATCH] docs: Fix broken links in contribution doc --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ae7e8f..fd2d871 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,9 +72,9 @@ As a heads up, we'll be running your PR through the following gauntlet: - `rustfmt` - `clippy` - `rustdoc` -- [`committed`](https://github.com/crate-ci/committed) to enforce [conventional commits](conventionalcommits.org/) +- [`committed`](https://github.com/crate-ci/committed) to enforce [conventional commits](https://www.conventionalcommits.org) -Check out our [CI][travis] for more information. +Check out our [CI][CI] for more information. ## Releasing @@ -92,4 +92,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 -[travis]: https://github.com/crate-ci/typos/blob/master/.travis.yml +[CI]: https://github.com/crate-ci/typos/tree/master/.github/workflows