We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eb965 commit bb0bbf6Copy full SHA for bb0bbf6
mk/docs.mk
@@ -25,7 +25,7 @@
25
# L10N_LANGS are the languages for which the docs have been
26
# translated.
27
######################################################################
28
-DOCS := index intro tutorial complement-bugreport \
+DOCS := index intro tutorial \
29
complement-lang-faq complement-design-faq complement-project-faq \
30
rustdoc reference grammar
31
src/librustc_driver/lib.rs
@@ -94,7 +94,7 @@ pub mod pretty;
94
95
96
static BUG_REPORT_URL: &'static str =
97
- "http://doc.rust-lang.org/complement-bugreport.html";
+ "https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports";
98
99
100
pub fn run(args: Vec<String>) -> int {
0 commit comments