Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79785?usp=email )
Change subject: Documentation: Update internal URL's ......................................................................
Documentation: Update internal URL's
Update URL's to point to head rather than the deprecated refs/heads/master.
Change-Id: I16f0c087762ff049115b67de3ac0b881aa4e4b40 Signed-off-by: Jon Murphy jpmurphy@google.com --- M Documentation/mainboard/ocp/deltalake.md M README.md 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/79785/1
diff --git a/Documentation/mainboard/ocp/deltalake.md b/Documentation/mainboard/ocp/deltalake.md index d0573f3..d4c0656 100644 --- a/Documentation/mainboard/ocp/deltalake.md +++ b/Documentation/mainboard/ocp/deltalake.md @@ -222,4 +222,4 @@ [All about u-root]: https://github.com/linuxboot/book/tree/master/u-root [u-root]: https://u-root.org/ [ChromeOS VPD]: https://chromium.googlesource.com/chromiumos/platform/vpd/+/master/README.md -[src/mainboard/ocp/deltalake/vpd.h]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/src... +[src/mainboard/ocp/deltalake/vpd.h]: https://review.coreboot.org/plugins/gitiles/coreboot/+/HEAD/src/mainboard/oc... diff --git a/README.md b/README.md index eef5eb6..677d62d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ instance](https://review.coreboot.org/).
The code may be browsed via [coreboot's Gitiles -instance](https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master). +instance](https://review.coreboot.org/plugins/gitiles/coreboot/+/HEAD).
The coreboot project also maintains a [mirror](https://github.com/coreboot/coreboot) of the project on github.