From 14c76834fe06e011c87055ee56dfe08f8a3d83f5 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Tue, 24 Feb 2015 23:26:25 +0100 Subject: [PATCH] Fix "How to submit a bug report" link According to #22650 and bb0bbf639eafdd79380a3b1e2e92263a2aa914f9 the link changed --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index a4f794122201..f6b0a18824a0 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -68,7 +68,7 @@ There are questions that are asked quite often, and so we've made FAQs for them: * [Language Design FAQ](complement-design-faq.html) * [Language FAQ](complement-lang-faq.html) * [Project FAQ](complement-project-faq.html) -* [How to submit a bug report](complement-bugreport.html) +* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports) # The standard library