aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vazhnov <vazhnov@boot-keys.org>2021-02-17 19:35:13 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-22 07:20:59 +0000
commitf595984043eda4d198a466dd2c35de4dd404b1f4 (patch)
treeb958f331f7016cea5c8cceac0e63d57fff8ad0e9
parent3dba88401d30b88a3de72a6ef385e27e6e73305e (diff)
Documentation: move `coding_style.md` inside contributing/
Keep less files in the root directory. Change-Id: I9eebd0b0826181340ead41af5284362d1cca09d7 Signed-off-by: Alexey Vazhnov <vazhnov@boot-keys.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50852 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--Documentation/contributing/coding_style.md (renamed from Documentation/coding_style.md)0
-rw-r--r--Documentation/index.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding_style.md b/Documentation/contributing/coding_style.md
index 5f87a3f389..5f87a3f389 100644
--- a/Documentation/coding_style.md
+++ b/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)