diff --git a/util/docker/coreboot.org-status/board-status.html/foreword.html b/util/docker/coreboot.org-status/board-status.html/foreword.html index b2d2822d9d..3e7c584184 100644 --- a/util/docker/coreboot.org-status/board-status.html/foreword.html +++ b/util/docker/coreboot.org-status/board-status.html/foreword.html @@ -15,9 +15,9 @@ id, so it is possible to reproduce the build.

We encourage developers and users to contribute reports so we know which devices are well-tested. We have -a tool in the coreboot repository +a tool in the coreboot repository to make contributing easy. The data resides in the -board status repository. +board status repository. Contributing requires an account on review.coreboot.org. After logging into the site with your preferred OpenID or GitHub/Google credentials, you can get a user name and password for git pushes on

Vendor trees

Some vendors have their own coreboot trees/fork, for instance:

diff --git a/util/docker/coreboot.org-status/board-status.html/tohtml.sh b/util/docker/coreboot.org-status/board-status.html/tohtml.sh index 0244b8e272..73134a6e7d 100755 --- a/util/docker/coreboot.org-status/board-status.html/tohtml.sh +++ b/util/docker/coreboot.org-status/board-status.html/tohtml.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh export COREBOOT_DIR="../coreboot.git" export GIT_DIR="$COREBOOT_DIR/.git" -CODE_GITWEB="https://review.coreboot.org/gitweb/cgit/coreboot.git/commit/?id=" -STATUS_GITWEB="https://review.coreboot.org/gitweb/cgit/board-status.git/tree/" +CODE_GITWEB="https://review.coreboot.org/plugins/gitiles/coreboot/+/" +STATUS_GITWEB="https://review.coreboot.org/plugins/gitiles/board-status/+/refs/heads/master/" cat <