Skip to content

Commit 51dc693

Browse files
committed
Fix "open an issue" link to go to the right repository
1 parent 47e1da6 commit 51dc693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/what_is_chalk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Chalk is under heavy development, so if any of these links are broken or if
44
> any of the information is inconsistent with the code or outdated, please
5-
> [open an issue][rustc-issues] so we can fix it. If you are able to fix the
5+
> [open an issue][issues] so we can fix it. If you are able to fix the
66
> issue yourself, we would love your contribution!
77
88
Chalk is a library that implements the Rust trait system. The implementation is
@@ -11,7 +11,7 @@ full specification. It is also meant to be an independent library that can be
1111
integrated both into the main rustc compiler and also other programs and
1212
contexts.
1313

14-
[rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues
14+
[issues]: https://github.com/rust-lang/chalk/issues
1515

1616
## High-level view of how chalk works
1717

0 commit comments

Comments
 (0)