diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2017-01-26 10:27:51 +0100 |
---|---|---|
committer | Petr Špaček <petr.spacek@nic.cz> | 2017-01-26 10:27:51 +0100 |
commit | 44e3b963ca14b593f453ceafaa3b239425309fc4 (patch) | |
tree | 49dd7c3e55504824be025a3b0e846f5c1ccf5e27 /CodingStyle | |
parent | Merge branch 'release-1.2.0' into 'master' (diff) | |
download | knot-resolver-44e3b963ca14b593f453ceafaa3b239425309fc4.tar.xz knot-resolver-44e3b963ca14b593f453ceafaa3b239425309fc4.zip |
update link to Linux kernel coding style
Diffstat (limited to 'CodingStyle')
-rw-r--r-- | CodingStyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodingStyle b/CodingStyle index 09babc79..004c65b0 100644 --- a/CodingStyle +++ b/CodingStyle @@ -2,4 +2,4 @@ Linux kernel [coding style][lkstyle], same practices for API documentation. -[lkstyle]: https://www.kernel.org/doc/Documentation/CodingStyle +[lkstyle]: https://www.kernel.org/doc/Documentation/process/coding-style.rst |