From d059cb111e56ad7f532ded5120003d4c1f91fa1d Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Wed, 7 May 2025 21:43:34 +0200 Subject: [PATCH] Link to edit page directly Contributors may click on the "fix a typo" link while reading a specific post. When that only leads to the repo, it takes extra effort to find the specific file to edit. Linking to that file directly is more convenient. Even if contributors don't want to use the GitHub editor, it at least tells them the exact path of the file in the repo. --- templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.html b/templates/footer.html index 4047b46d2..7dbeda7fb 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -38,7 +38,7 @@

RSS

Maintained by the Rust Team. See a typo? - Send a fix here! + Send a fix here!