Skip to content

Commit bb0bbf6

Browse files
committed
Fix removal of complement-bugreport.md
1 parent 09eb965 commit bb0bbf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mk/docs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# L10N_LANGS are the languages for which the docs have been
2626
# translated.
2727
######################################################################
28-
DOCS := index intro tutorial complement-bugreport \
28+
DOCS := index intro tutorial \
2929
complement-lang-faq complement-design-faq complement-project-faq \
3030
rustdoc reference grammar
3131

src/librustc_driver/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub mod pretty;
9494

9595

9696
static BUG_REPORT_URL: &'static str =
97-
"http://doc.rust-lang.org/complement-bugreport.html";
97+
"https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports";
9898

9999

100100
pub fn run(args: Vec<String>) -> int {

0 commit comments

Comments
 (0)