From: Andre Noll Date: Mon, 26 Dec 2016 20:37:26 +0000 (+0100) Subject: manual: Fix kernel coding style link. X-Git-Tag: v0.5.7~3^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0e97806f1b4e2405475cbc6e7993bb9ffae1b574;hp=c5f8faf9c0f0a63422982f87073a68613b5d117e;ds=sidebyside manual: Fix kernel coding style link. The location of the coding style document for the linux kernel has moved. --- diff --git a/web/manual.md b/web/manual.md index ff99fb20..12454ee2 100644 --- a/web/manual.md +++ b/web/manual.md @@ -1961,7 +1961,7 @@ Coding Style The preferred coding style for paraslash coincides more or less with the style of the Linux kernel. So rather than repeating what is -written [there](http://www.kernel.org/doc/Documentation/CodingStyle), +written [there](http://www.kernel.org/doc/Documentation/process/coding-style.rst), here are the most important points. - Burn the GNU coding standards.