Fix removal of complement-bugreport.md

This commit is contained in:
Manish Goregaokar 2015-02-17 16:27:23 +05:30
parent 09eb965903
commit bb0bbf639e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# L10N_LANGS are the languages for which the docs have been
# translated.
######################################################################
DOCS := index intro tutorial complement-bugreport \
DOCS := index intro tutorial \
complement-lang-faq complement-design-faq complement-project-faq \
rustdoc reference grammar

View File

@ -94,7 +94,7 @@ pub mod pretty;
static BUG_REPORT_URL: &'static str =
"http://doc.rust-lang.org/complement-bugreport.html";
"https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports";
pub fn run(args: Vec<String>) -> int {