Skip to content

Commit a4bce3e

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.
1 parent 5f37a0c commit a4bce3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/necessities.md

Lines changed: 1 addition & 1 deletion
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)