diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/acronyms.md | 2 | ||||
-rw-r--r-- | Documentation/index.md | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/acronyms.md b/Documentation/acronyms.md index 7eb6112c95..908d5a63f5 100644 --- a/Documentation/acronyms.md +++ b/Documentation/acronyms.md @@ -1037,7 +1037,7 @@ Spec](https://uefi.org/specifications) for details, or run the tool * VBIOS - Video BIOS * VBNV - Vboot Non-Volatile storage * VBT - [**Video BIOS - Table**](https://01.org/linuxgraphics/gfx-docs/drm/ch04s02.html#id-1.4.3.4.16) + Table**](https://www.kernel.org/doc/html/latest/gpu/i915.html#video-bios-table-vbt) * VESA - Video Electronics Standards Association * VGA: Video Graphics Array * VID: Vendor Identifier diff --git a/Documentation/index.md b/Documentation/index.md index 44e52a2a54..5d4c680715 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -1,9 +1,8 @@ # Welcome to the coreboot documentation This is the developer documentation for [coreboot](https://coreboot.org). -It is built from Markdown files in the -[Documentation](https://review.coreboot.org/cgit/coreboot.git/tree/Documentation) -directory in the source code. +It is built from Markdown files in the [Documentation] directory in the +source code. ## Spelling of coreboot @@ -143,7 +142,7 @@ say hello! ## Getting the source code coreboot is primarily developed in the -[git](https://review.coreboot.org/cgit/coreboot.git) version control +[git](https://review.coreboot.org/plugins/gitiles/coreboot) version control system, using [Gerrit](https://review.coreboot.org) to manage contributions and code review. @@ -200,3 +199,5 @@ Contents: * [Acronyms & Definitions](acronyms.md) * [External Resources](external_docs.md) * [Documentation License](documentation_license.md) + +[Documentation]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/Documentation/ |