From 51dc6932478cdbd1feb779bb5fafa5903f0b3b4a Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Tue, 5 May 2020 16:42:26 -0400 Subject: [PATCH] Fix "open an issue" link to go to the right repository --- book/src/what_is_chalk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/what_is_chalk.md b/book/src/what_is_chalk.md index 554ff25f16f..9d4b4388d4c 100644 --- a/book/src/what_is_chalk.md +++ b/book/src/what_is_chalk.md @@ -2,7 +2,7 @@ > Chalk is under heavy development, so if any of these links are broken or if > any of the information is inconsistent with the code or outdated, please -> [open an issue][rustc-issues] so we can fix it. If you are able to fix the +> [open an issue][issues] so we can fix it. If you are able to fix the > issue yourself, we would love your contribution! 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 integrated both into the main rustc compiler and also other programs and contexts. -[rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues +[issues]: https://github.com/rust-lang/chalk/issues ## High-level view of how chalk works