From f595984043eda4d198a466dd2c35de4dd404b1f4 Mon Sep 17 00:00:00 2001 From: Alexey Vazhnov Date: Wed, 17 Feb 2021 19:35:13 +0100 Subject: [PATCH] Documentation: move `coding_style.md` inside contributing/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep less files in the root directory. Change-Id: I9eebd0b0826181340ead41af5284362d1cca09d7 Signed-off-by: Alexey Vazhnov Reviewed-on: https://review.coreboot.org/c/coreboot/+/50852 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski Reviewed-by: Paul Menzel --- Documentation/{ => contributing}/coding_style.md | 0 Documentation/index.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{ => contributing}/coding_style.md (100%) diff --git a/Documentation/coding_style.md b/Documentation/contributing/coding_style.md similarity index 100% rename from Documentation/coding_style.md rename to Documentation/contributing/coding_style.md diff --git a/Documentation/index.md b/Documentation/index.md index 82ff12d5e6..9870cf3108 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -162,7 +162,7 @@ Contents: * [Getting Started](getting_started/index.md) * [Tutorial](tutorial/index.md) -* [Coding Style](coding_style.md) +* [Coding Style](contributing/coding_style.md) * [Project Ideas](contributing/project_ideas.md) * [Documentation Ideas](contributing/documentation_ideas.md) * [Code of Conduct](community/code_of_conduct.md)