diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e775b6b4780bd9a96d9b433175f624576d60d722..9a77c4846a2130bbe22208d08bdeb5b8b44225e7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,8 +11,8 @@ bugs under "Contributions" category.
 CODING GUIDELINES
 -----------------
 Slurm loosely follows the Linux Kernel style guidelines
-(https://www.kernel.org/doc/Documentation/CodingStyle). If in doubt, please
-follow their example.
+(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst).
+If in doubt, please follow their example.
 
 A brief overview, with some notable exceptions:
 - Tabs not spaces, tabs are 8-spaces wide.