File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -166,21 +166,16 @@ list gives a few more "special cased" repositories.
166166
167167Don't forget that standard Markdown syntax for links also works.
168168
169- We currently support linking to issues on a few repositories:
169+ We support linking to issues on repositories inside the ` rust-lang ` GitHub organisation
170+ without requiring the ` rust-lang/ ` prefix. For example:
170171
171- * rust-lang/rust with [ ` #4545 ` ] ( https://github.com/rust-lang/rust/issues/4545 ) or ` rust#4545 `
172172* rust-lang/rfcs with ` RFC#3434 ` or ` rfc#3434 `
173173* rust-lang/async-book with ` async-book#2334 `
174- * rust-lang/chalk with ` chalk#2334 `
175- * rust-lang/compiler-team with ` compiler-team#3433 `
176- * rust-lang/ena with ` ena#3434 `
177- * rust-lang/miri with ` miri#3434 `
178- * rust-lang/polonius with ` polonius#3434 `
179- * rust-analyzer/rust-analyzer with ` rust-analyzer#3434 `
180- * rust-lang/rustc-dev-guide with ` rustc-dev-guide#3434 `
181- * rust-lang/stdarch with ` stdarch#3434 `
182- * rust-lang/team with ` team#3434 `
183- * rust-lang/unsafe-code-guidelines with ` ucg#3434 `
174+ * rust-lang/cargo with ` cargo#2334 `
175+
176+ ` rust-lang/rust ` issues can linked without needing any prefix:
177+
178+ * rust-lang/rust with [ ` #4545 ` ] ( https://github.com/rust-lang/rust/issues/4545 ) or ` rust#4545 `
184179
185180We currently support linking to commits on these repositories:
186181
You can’t perform that action at this time.
0 commit comments