diff --git a/README.md b/README.md index 284570e..f1f006e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This way we can keep the code clean. [tasks_and_taskowners.md](tasks_and_taskowners.md) ## Style Guide -To maintain a consistent and clean codebase, follow the [style guide](style_guide.md). This document provides detailed instructions on naming conventions, code structure, and commenting practices. +To maintain a consistent and clean codebase, follow the [style guide](docs/style_guide.md). This document provides detailed instructions on naming conventions, code structure, and commenting practices. Please read the [style_guide.md](style_guide.md) carefully before making contributions. diff --git a/style_guide.md b/docs/style_guide.md similarity index 100% rename from style_guide.md rename to docs/style_guide.md