Skip to content

Commit 533d65e

Browse files
authored
Merge pull request #700 from eopb/patch-2
Show that zulip linkifiers work for all repositories within `rust-lang`
2 parents 7f327d0 + 23767a6 commit 533d65e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

src/platforms/zulip.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,16 @@ list gives a few more "special cased" repositories.
166166

167167
Don'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

185180
We currently support linking to commits on these repositories:
186181

0 commit comments

Comments
 (0)