diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/docker/coreboot.org-status/board-status.html/templates/board-status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/docker/coreboot.org-status/board-status.html/templates/board-status.html b/util/docker/coreboot.org-status/board-status.html/templates/board-status.html index 93fcc45101..bf5fd8ca75 100644 --- a/util/docker/coreboot.org-status/board-status.html/templates/board-status.html +++ b/util/docker/coreboot.org-status/board-status.html/templates/board-status.html @@ -28,7 +28,7 @@ id, so it is possible to reproduce the build.</p> <p>We encourage developers and users to contribute reports so we know which devices are well-tested. We have -<a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/board_status/'>a tool in the coreboot repository</a> +<a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/HEAD/util/board_status/'>a tool in the coreboot repository</a> to make contributing easy. The data resides in the <a href='https://review.coreboot.org/plugins/gitiles/board-status/'>board status repository</a>. Contributing requires an account on review.coreboot.org. After @@ -123,7 +123,7 @@ code for boards that are not yet merged.</p> <a href='https://www.coreboot.org/Board:{{$l.VendorBoard}}'>{{$l.VendorBoard}}</a> at {{$l.TimeReadable}} <a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/{{$l.Upstream}}'>upstream tree</a> ( {{range $f := $l.Files -}} -<a href='https://review.coreboot.org/plugins/gitiles/board-status/+/refs/heads/master/{{$f.Path}}{{$f.Basename}}'>{{$f.Basename}}</a> {{/* */}} +<a href='https://review.coreboot.org/plugins/gitiles/board-status/+/HEAD/{{$f.Path}}{{$f.Basename}}'>{{$f.Basename}}</a> {{/* */}} {{end -}} )<br /> {{- end -}} |