From ed02311c704068e1631325dd06f896e2de857ef2 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Sat, 4 Apr 2020 22:34:48 +0300 Subject: [PATCH] Fix broken link to Rust FAQ It seems the Rust FAQ was dropped with website redesign. This question doesn't seem to be answered on any current resource, but the old website is still available. Also updated link to Code of Conduct. --- CONTRIBUTING.md | 2 +- src/necessities.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd139d1..405b4c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,4 +89,4 @@ As with all Rust-related spaces, we observe the [Rust Code of Conduct]. For escalation or moderation issues please contact the Rust moderation team, rust-mods@rust-lang.org. -[Rust Code of Conduct]: https://www.rust-lang.org/conduct.html +[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct diff --git a/src/necessities.md b/src/necessities.md index a6dfd17..068b5b7 100644 --- a/src/necessities.md +++ b/src/necessities.md @@ -56,7 +56,7 @@ over licensing options. [MIT]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT [Apache 2.0]: https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE -[Rust FAQ]: https://www.rust-lang.org/en-US/faq.html#why-a-dual-mit-asl2-license +[Rust FAQ]: https://prev.rust-lang.org/en-US/faq.html#why-a-dual-mit-asl2-license To apply the Rust license to your project, define the `license` field in your `Cargo.toml` as: