Skip to content

Commit 1c324e7

Browse files
misc: fix broken links in changelog (#14130)
1 parent 47c3185 commit 1c324e7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

build/changelog-generator/templates/header.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<a name="{{version}}"></a>
99
# {{version}} ({{date}})
1010
{{#if @root.linkCompare~}}
11-
[Full Changelog]({{~@root.repoUrl}}/compare/{{previousTag}}...{{currentTag}})
11+
[Full Changelog](
12+
{{~#if @root.host}}{{~@root.host}}/{{/if~}}
13+
{{~#if @root.owner ~}}{{@root.owner}}/{{/if~}}
14+
{{~@root.repository}}/compare/{{previousTag}}...{{currentTag}})
1215
{{~/if}}
1316

1417

changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="9.5.0"></a>
22
# 9.5.0 (2022-03-09)
3-
[Full Changelog](https://github.com/compare/v9.4.0...v9.5.0)
3+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.4.0...v9.5.0)
44

55
We expect this release to ship in the DevTools of [Chrome 101](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
66

@@ -54,7 +54,7 @@ Thanks to our new contributor 👽🐷🐰🐯🐻!
5454

5555
<a name="9.4.0"></a>
5656
# 9.4.0 (2022-02-16)
57-
[Full Changelog](https://github.com/compare/v9.3.1...v9.4.0)
57+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.3.1...v9.4.0)
5858

5959
We expect this release to ship in the DevTools of [Chrome 100](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
6060

@@ -99,15 +99,15 @@ We expect this release to ship in the DevTools of [Chrome 100](https://chromiumd
9999

100100
<a name="9.3.1"></a>
101101
# 9.3.1 (2022-01-31)
102-
[Full Changelog](https://github.com/compare/v9.3.0...v9.3.1)
102+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.3.0...v9.3.1)
103103

104104
## Report
105105

106106
* disable fireworks with flag ([#13610](https://github.com/GoogleChrome/lighthouse/pull/13610))
107107

108108
<a name="9.3.0"></a>
109109
# 9.3.0 (2022-01-31)
110-
[Full Changelog](https://github.com/compare/v9.2.0...v9.3.0)
110+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.2.0...v9.3.0)
111111

112112
We expect this release to ship in the DevTools of [Chrome 100](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
113113

0 commit comments

Comments
 (0)