Documentation: Remove redundant 'documentation'

We are already in documentation so it should be obvious that other
links point to other documentation.

Change-Id: I7a021a09bdb88418ec85dbf433465f26445057d0
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37241
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Arthur Heymans 2019-11-26 14:13:02 +01:00 committed by Patrick Georgi
parent 14dd073e80
commit 1bb330348d
1 changed files with 10 additions and 10 deletions

View File

@ -174,17 +174,17 @@ Contents:
* [GPIO toggling in ACPI AML](acpi/gpio.md) * [GPIO toggling in ACPI AML](acpi/gpio.md)
* [Adding devices to a device tree](acpi/devicetree.md) * [Adding devices to a device tree](acpi/devicetree.md)
* [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md) * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md)
* [Display panel-specific documentation](gfx/display-panel.md) * [Display panel](gfx/display-panel.md)
* [Architecture-specific documentation](arch/index.md) * [CPU Architecture](arch/index.md)
* [Platform independend drivers documentation](drivers/index.md) * [Platform independend drivers](drivers/index.md)
* [Northbridge-specific documentation](northbridge/index.md) * [Northbridge](northbridge/index.md)
* [System on Chip-specific documentation](soc/index.md) * [System on Chip](soc/index.md)
* [Mainboard-specific documentation](mainboard/index.md) * [Mainboard](mainboard/index.md)
* [Payload-specific documentation](lib/payloads/index.md) * [Payloads](lib/payloads/index.md)
* [Library-specific documentation](lib/index.md) * [Libraries](lib/index.md)
* [Security](security/index.md) * [Security](security/index.md)
* [SuperIO-specific documentation](superio/index.md) * [SuperIO](superio/index.md)
* [Vendorcode-specific documentation](vendorcode/index.md) * [Vendorcode](vendorcode/index.md)
* [Utilities](util.md) * [Utilities](util.md)
* [Release notes for past releases](releases/index.md) * [Release notes for past releases](releases/index.md)
* [Flashing firmware tutorial](flash_tutorial/index.md) * [Flashing firmware tutorial](flash_tutorial/index.md)