From 2bb7ace62596debdb9489cd448aa8c152b4ec6cc Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 31 Jan 2021 00:24:08 +0100 Subject: [PATCH] fix link to calm programming section --- PRINCIPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRINCIPLES.md b/PRINCIPLES.md index 4b7333a..097c9ed 100644 --- a/PRINCIPLES.md +++ b/PRINCIPLES.md @@ -240,7 +240,7 @@ * Use non violent communication # Slow programming principles -See also [Calm programming / Slow programming](README.md#calm-programming--slow-programming) +See also [Calm programming / Slow programming](sections/programming.md#calm-programming--slow-programming) * No broken window. A repo should always be in a clean and working state, i.e the last commit should always build successfully. * If you broke it, take ownership for the repair. If you break something, you are responsible of the situation, fix it (it's ok to ask for help). * Avoid branching/batching your changes | Be careful what you batch. Changes and version bumps should be integrated continuously, not all at once.