diff --git a/Documentation/GettingStartedContributing.md b/Documentation/GettingStartedContributing.md index 12f8f5a106d..0db5ab379e1 100644 --- a/Documentation/GettingStartedContributing.md +++ b/Documentation/GettingStartedContributing.md @@ -42,6 +42,7 @@ Ladybird makes use of the included AK library instead of the C++ STL, and employ Developer documentation: +* [Coding style](CodingStyle.md) * [Coding patterns](Patterns.md) * [Smart pointers](SmartPointers.md) * [String formatting](StringFormatting.md)