From c0ebd68669557ce290dbc24c9cc5fd5ab2168aaf Mon Sep 17 00:00:00 2001 From: Matthys Strydom Date: Fri, 26 Jan 2024 14:39:34 -0800 Subject: [PATCH] Update Rust Code of Conduct link in Contribution guide The contribution guide seems to be pointing at a dead link. This commit updates the link to a working version. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62cf80742e..491e233147 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ and introduce yourself. We abide by the [Rust Code of Conduct][coc] and ask that you do as well. -[coc]: https://www.rust-lang.org/en-US/conduct.html +[coc]: https://www.rust-lang.org/policies/code-of-conduct ## Filing an Issue