about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-09-17 22:05:40 +0200
committerGitHub <noreply@github.com>2025-09-17 22:05:40 +0200
commit66a84efc4b74716af41cfa5a07eb3d5e173f346a (patch)
treec12e9f4567972c27d963cf4fcc30b6a2a13fc884
parentcea82e30a9b5a28218b7d776e5da475d7f950fe9 (diff)
parentb17213a87b66d94b0d7f7202cd0f56e74bcad857 (diff)
downloadrust-66a84efc4b74716af41cfa5a07eb3d5e173f346a.tar.gz
rust-66a84efc4b74716af41cfa5a07eb3d5e173f346a.zip
Merge pull request #2592 from rust-lang/tshepang-patch-5
about-this-guide.md: improve a bit
-rw-r--r--src/doc/rustc-dev-guide/src/about-this-guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md
index f1a406a1c29..4f5733ae082 100644
--- a/src/doc/rustc-dev-guide/src/about-this-guide.md
+++ b/src/doc/rustc-dev-guide/src/about-this-guide.md
@@ -48,9 +48,9 @@ In addition, many of the ideas discussed throughout this guide are idealized des
 that are not fully realized yet.
 All this makes keeping this guide completely up to date on everything very hard!
 
-The Guide itself is of course open-source as well,
-and the sources can be found at the [GitHub repository].
-If you find any mistakes in the guide, please file an issue about it.
+The guide itself is of course open source as well,
+and the sources are hosted on [a GitHub repository].
+If you find any mistakes in the guide, please file an issue.
 Even better, open a PR with a correction!
 
 If you do contribute to the guide,
@@ -105,7 +105,7 @@ You might also find the following sites useful:
 [cheatsheet]: https://bors.rust-lang.org/
 [Miri]: https://github.com/rust-lang/miri
 [@bors]: https://github.com/bors
-[GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
+[a GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
 [rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle
 [Forge]: https://forge.rust-lang.org/
 [compiler-team]: https://github.com/rust-lang/compiler-team/