Skip to content

Commit

Permalink
Fix removal of complement-bugreport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 17, 2015
1 parent 09eb965 commit bb0bbf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/librustc_driver/lib.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit bb0bbf6

Please sign in to comment.