From 37e58e60de4ed21bfe48498c537322d4e56b7e73 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 10 Dec 2018 09:19:54 -0800 Subject: [PATCH] The code of conduct link was dead. I fixed it. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8d5e43a74..70d908f0bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ better! We'd love to have your contribution. We expect all contributors to abide by the [Rust code of conduct], which you can find at that link or in the [`CODE_OF_CONDUCT.md`] file in this repository. -[Rust code of conduct]: https://www.rust-lang.org/en-US/conduct.html +[Rust code of conduct]: https://www.rust-lang.org/policies/code-of-conduct [`CODE_OF_CONDUCT.md`]: https://github.com/rust-lang/rust-by-example/blob/master/CODE_OF_CONDUCT.md ## License