mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix removal of complement-bugreport.md
This commit is contained in:
parent
09eb965903
commit
bb0bbf639e
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user