Commit a59afc2
authored
Use rendered docs URLs for release notes (#2117)
## Changes
<!-- List the changes this PR makes. -->
- This PR updates those URLs to the raw release notes so that they
appear well formatted, making them easier to read for contributors and
users.
### Files Changed
- `hugo.yml`
- `script/update-git-version.rb`
- `layouts/shortcodes/install-header.html`
Example before:
https://github.com/git/git/raw/HEAD/Documentation/RelNotes/2.52.0.adoc
Example after:
https://gitlab.com/git-scm/git/-/blob/v2.52.0/Documentation/RelNotes/2.52.0.adoc
## Context
The existing release notes URLs reference the raw AsciiDoc files on
raw.githubusercontent.com, which renders as plain text without
formatting. As a result, the release notes are harder to read.
This update replaces those raw URLs with links to the rendered AsciiDoc
view on the GitLab mirror, making the release notes more readable and
user-friendly. The links now reference the tagged version (v2.52.0) to
ensure they remain stable and accurately reflect the contents of the
2.52.0 release.File tree
3 files changed
+3
-3
lines changed- layouts/shortcodes
- script
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
0 commit comments