From 57f1ba022bc6dda8ac8b5c5fafc89cd9afb4acd9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 9 Dec 2022 03:20:28 +0200 Subject: [PATCH] share same link --- src/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contributing.md b/src/contributing.md index 7d36ca99..70017e5f 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -185,7 +185,7 @@ As a developer to this repository, you don't have to treat the following externa differently from other crates that are directly in this repo: * [Clippy](https://github.com/rust-lang/rust-clippy) -* [Miri](https://github.com/rust-lang/miri) +* [Miri] * [rustfmt](https://github.com/rust-lang/rustfmt) * [rust-analyzer](https://github.com/rust-lang/rust-analyzer) @@ -273,7 +273,6 @@ Breakage is not allowed in the beta and stable channels, and must be addressed before the PR is merged. They are also not allowed to be broken on master in the week leading up to the beta cut. -[Miri]: https://github.com/rust-lang/miri [git submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules [`.gitmodules`]: https://github.com/rust-lang/rust/blob/master/.gitmodules [The Rust Reference]: https://github.com/rust-lang/reference/ @@ -550,3 +549,4 @@ are: [ro]: https://www.rustaceans.org/ [rctd]: tests/intro.md [cheatsheet]: https://bors.rust-lang.org/ +[Miri]: https://github.com/rust-lang/miri