board_status/towiki: Link to CGit instead of Gitweb

Gitweb isn't online anymore, so fix a few broken links.

Change-Id: I7fdfcb60f83a718c9a5b6c7f7ef4df9206451d95
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/14559
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Jonathan Neuschäfer 2016-04-30 21:11:48 +02:00 committed by Patrick Georgi
parent eee0e22976
commit 2d67d12570
2 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@ id, so it is possible to reproduce the build.
We encourage developers and users to contribute reports so we know which We encourage developers and users to contribute reports so we know which
devices are well-tested. We have devices are well-tested. We have
[http://review.coreboot.org/gitweb?p=coreboot.git;a=tree;f=util/board_status;hb=HEAD a tool in the coreboot repository] [https://review.coreboot.org/gitweb/cgit/coreboot.git/tree/util/board_status a tool in the coreboot repository]
to make contributing easy. The data resides in the to make contributing easy. The data resides in the
[http://review.coreboot.org/gitweb?p=board-status.git board status repository]. [https://review.coreboot.org/gitweb/cgit/board-status.git/ board status repository].
Contributing requires an account on review.coreboot.org Contributing requires an account on review.coreboot.org
Sometimes the same board is sold under different names, we've tried to Sometimes the same board is sold under different names, we've tried to

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
export COREBOOT_DIR="../coreboot" export COREBOOT_DIR="../coreboot"
export GIT_DIR="$COREBOOT_DIR/.git" export GIT_DIR="$COREBOOT_DIR/.git"
CODE_GITWEB="http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=" CODE_GITWEB="https://review.coreboot.org/gitweb/cgit/coreboot.git/commit/?id="
STATUS_GITWEB="http://review.coreboot.org/gitweb?p=board-status.git;a=blob;hb=HEAD;f=" STATUS_GITWEB="https://review.coreboot.org/gitweb/cgit/board-status.git/tree/"
if [ -f `dirname $0`/foreword.wiki ]; then if [ -f `dirname $0`/foreword.wiki ]; then
cat `dirname $0`/foreword.wiki cat `dirname $0`/foreword.wiki
fi fi