From 36edbf521bc5d8da9a4504885c1c3092b74ae1a8 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Fri, 1 Nov 2024 22:03:06 +0100 Subject: [PATCH] rn-116: fix link to Git 2.47.0 release notes --- rev_news/drafts/edition-116.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rev_news/drafts/edition-116.md b/rev_news/drafts/edition-116.md index 40bc28de5..b46adb2f2 100644 --- a/rev_news/drafts/edition-116.md +++ b/rev_news/drafts/edition-116.md @@ -301,7 +301,9 @@ __Light reading__ by Joe Brockmeier on LWN\.net. + [Git For Each Ref](https://alchemists.io/articles/git_for_each_ref) by Brooke Kuhlmann. Learn how - to use this command to make use of references for information dumping, statistcs, and much more. Included in this article is use of the new `is-base` field name recently added in link:https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt[Git 2.47.0]. + to use this command to make use of references for information dumping, statistcs, and much more. + Included in this article is use of the new `is-base` field name recently added in + [Git 2.47.0](https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt). + [Searching for and navigating Git commits](https://alexharri.com/blog/searching-and-navigating-git-commits) by Alex Harri.