diff options
author | Jon Murphy <jpmurphy@google.com> | 2024-01-02 10:28:42 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-04 14:22:51 +0000 |
commit | 2a13a046867dd07e2e2469ecdb8e4e0c43f4d825 (patch) | |
tree | 11bfe878e7305329b24530449ca84c83a057d78f | |
parent | 59b383e21c5cddc59954404f3437a3c2a4e4013d (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79785
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
-rw-r--r-- | Documentation/mainboard/ocp/deltalake.md | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mainboard/ocp/deltalake.md b/Documentation/mainboard/ocp/deltalake.md index d0573f30ea..d4c06568fa 100644 --- a/Documentation/mainboard/ocp/deltalake.md +++ b/Documentation/mainboard/ocp/deltalake.md @@ -222,4 +222,4 @@ and [u-root] as initramfs. [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/mainboard/ocp/deltalake/vpd.h +[src/mainboard/ocp/deltalake/vpd.h]: https://review.coreboot.org/plugins/gitiles/coreboot/+/HEAD/src/mainboard/ocp/deltalake/vpd.h @@ -30,7 +30,7 @@ Code reviews are done in [the project's Gerrit 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. |