Skip to content

Commit ed02311

Browse files
committed
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.
1 parent 5f37a0c commit ed02311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ As with all Rust-related spaces, we observe the [Rust Code of Conduct]. For
8989
escalation or moderation issues please contact the Rust moderation team,
9090
9191

92-
[Rust Code of Conduct]: https://www.rust-lang.org/conduct.html
92+
[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct

src/necessities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ over licensing options.
5656

5757
[MIT]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
5858
[Apache 2.0]: https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
59-
[Rust FAQ]: https://www.rust-lang.org/en-US/faq.html#why-a-dual-mit-asl2-license
59+
[Rust FAQ]: https://prev.rust-lang.org/en-US/faq.html#why-a-dual-mit-asl2-license
6060

6161
To apply the Rust license to your project, define the `license` field in your
6262
`Cargo.toml` as:

0 commit comments

Comments
 (0)