about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-07-04 10:22:29 -0700
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-07-04 13:09:55 -0500
commitac0e09998d8dce7adea4937d09ca43c3090be1e9 (patch)
treebe7c6b115ccddbdc3b06d8ba9ab3ca90107272dc /src/doc/rustc-dev-guide
parentf266ef6d85d5aaa2661e7f604acab74e37726111 (diff)
downloadrust-ac0e09998d8dce7adea4937d09ca43c3090be1e9.tar.gz
rust-ac0e09998d8dce7adea4937d09ca43c3090be1e9.zip
Update bug report links.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 0667e5339ee..8e0eebb70ed 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -49,7 +49,7 @@ If you're using the nightly channel, please check if the bug exists in the
 latest toolchain before filing your bug. It might be fixed already.
 
 If you have the chance, before reporting a bug, please [search existing
-issues](https://github.com/rust-lang/rust/search?q=&type=Issues&utf8=%E2%9C%93),
+issues](https://github.com/rust-lang/rust/issues?q=is%3Aissue),
 as it's possible that someone else has already reported your error. This doesn't
 always work, and sometimes it's hard to know what to search for, so consider this
 extra credit. We won't mind if you accidentally file a duplicate report.
@@ -62,7 +62,7 @@ An example could be: **"impossible case reached" on lifetime inference for impl
 Trait in return position**.
 
 Opening an issue is as easy as following [this
-link](https://github.com/rust-lang/rust/issues/new) and filling out the fields
+link](https://github.com/rust-lang/rust/issues/new/choose) and filling out the fields
 in the appropriate provided template.
 
 ## Pull Requests