summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-02-28 22:48:52 +0100
committerFelix Singer <felixsinger@posteo.net>2022-04-24 18:40:18 +0000
commite78c9a3fdb6c03d0411c6ed37765915883c134f9 (patch)
treea346ea0bbf09ce6127a010875f99b02121299014 /Documentation
parentd702a3492585003b55e6edc5f6e74e2879f59a16 (diff)
downloadcoreboot-e78c9a3fdb6c03d0411c6ed37765915883c134f9.tar.gz
coreboot-e78c9a3fdb6c03d0411c6ed37765915883c134f9.tar.bz2
coreboot-e78c9a3fdb6c03d0411c6ed37765915883c134f9.zip
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.md2
-rw-r--r--Documentation/infrastructure/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index 342ef6822c8e..aae7861325eb 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 3007bbec1c49..755709ece488 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)