From e78c9a3fdb6c03d0411c6ed37765915883c134f9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 28 Feb 2022 22:48:52 +0100 Subject: [PATCH] Documentation: Rename infrastructure section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation for CB:62442, rename the section for infrastructure related things to "Project infrastructure & services". Change-Id: I1ba8a2e2070a79d8c9e955133203f9bb9f58cb8e Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/62441 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- Documentation/index.md | 2 +- 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)