Link to rendered AsciiDoc release notes
Currently the release notes link takes you to raw AsciiDoc https://raw.githubusercontent.com/git/git/6ab38b7e9cc7adafc304f3204616a4debd49c6e9/Documentation/RelNotes/2.52.0.adoc
It would nice to link to rendered release notes instead, these are easier to read https://github.com/git/git/blob/master/Documentation/RelNotes/2.52.0.adoc
@hickford sure! How about opening a PR? The files that need patching can be found here.
I'll open an PR if its still Open? @hickford
@gaurav219 go ahead!
Oh, @gaurav219, since the Git project prides itself to be independent of any major Git forge, maybe it would be a good idea to diversify a bit and link to https://gitlab.com/git-scm/git/-/blob/v2.52.0/Documentation/RelNotes/2.52.0.adoc.
Okay, I understand!
https://gitlab.com/git-scm/git/-/blob/HEAD/Documentation/RelNotes/2.52.0.adoc
Shouldn't it be the default branch?
Shouldn't it be the default branch?
Or even the corresponding tag: https://gitlab.com/git-scm/git/-/blob/v2.52.0/Documentation/RelNotes/2.52.0.adoc
Opened a PR - here