coreboot.org-status: Make URLs branch agnostic
The primary branch changed names. To remain robust, just use HEAD, which will point to whatever is authoritative. Change-Id: I809ea748a5e51f4eea6bc227fa1fc5c8b07fe2ef Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78015 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6b62329cd6
commit
f0f1a3ca4a
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue