Skip to content

Commit bc47a59

Browse files
Fixed outdated repository references (#477)
The Github repository references that describe which repositories have supported short linkifier notations were outdated for chalk, ena and polonius. All three projects are no longer in rust-lang-nursery but in rust-lang. The resulting links will still work but might confuse new users. The current linkifier settings for rust-lang.zulipchat.com already use the updated link for chalk but not for the other two.
1 parent 627d5ca commit bc47a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/platforms/zulip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ We currently support linking to issues on a few repositories:
171171
* 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-nursery/chalk with `chalk#2334`
174+
* rust-lang/chalk with `chalk#2334`
175175
* rust-lang/compiler-team with `compiler-team#3433`
176-
* rust-lang-nursery/ena with `ena#3434`
176+
* rust-lang/ena with `ena#3434`
177177
* rust-lang/miri with `miri#3434`
178-
* rust-lang-nursery/polonius with `polonius#3434`
178+
* rust-lang/polonius with `polonius#3434`
179179
* rust-analyzer/rust-analyzer with `rust-analyzer#3434`
180180
* rust-lang/rustc-dev-guide with `rustc-dev-guide#3434`
181181
* rust-lang/stdarch with `stdarch#3434`

0 commit comments

Comments
 (0)