diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-28 22:48:52 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-04-24 18:40:18 +0000 |
commit | e78c9a3fdb6c03d0411c6ed37765915883c134f9 (patch) | |
tree | a346ea0bbf09ce6127a010875f99b02121299014 /Documentation | |
parent | d702a3492585003b55e6edc5f6e74e2879f59a16 (diff) |
Documentation: Rename infrastructure section
In preparation for CB:62442, rename the section for infrastructure
related things to "Project infrastructure & services".
Change-Id: I1ba8a2e2070a79d8c9e955133203f9bb9f58cb8e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62441
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/index.md | 2 | ||||
-rw-r--r-- | Documentation/infrastructure/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/index.md b/Documentation/index.md index 342ef6822c..aae7861325 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -188,6 +188,6 @@ Contents: * [SuperIO](superio/index.md) * [Vendorcode](vendorcode/index.md) * [Utilities](util.md) -* [coreboot infrastructure](infrastructure/index.md) +* [Project infrastructure & services](infrastructure/index.md) * [Release notes](releases/index.md) * [Documentation License](documentation_license.md) diff --git a/Documentation/infrastructure/index.md b/Documentation/infrastructure/index.md index 3007bbec1c..755709ece4 100644 --- a/Documentation/infrastructure/index.md +++ b/Documentation/infrastructure/index.md @@ -1,6 +1,6 @@ -# coreboot infrastructure +# Project infrastructure & services -This section contains documentation about coreboot infrastructure +This section contains documentation about our infrastructure ## Jenkins builders and builds * [Setting up Jenkins build machines](builders.md) |