diff options
author | Louis-Philippe Asselin <lpasselin@users.noreply.github.com> | 2017-02-12 13:33:22 -0500 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-02-12 19:33:22 +0100 |
commit | cc782a7cf279cf607872b86815322d617f0e2468 (patch) | |
tree | f7a47d386b209fcdfff28b33b996b528637097e7 | |
parent | 303de42a2c62193de9418ed5060ed5e99f26ba3a (diff) |
fix further reading url (#2655)
Original link displays "This file has moved to process/coding-style.rst"
-rw-r--r-- | c.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown index 57ce72d2..6d111be6 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -775,7 +775,7 @@ If you have a question, read the [compl.lang.c Frequently Asked Questions](http: It's very important to use proper spacing, indentation and to be consistent with your coding style in general. Readable code is better than clever code and fast code. For a good, sane coding style to adopt, see the -[Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle). +[Linux kernel coding style](https://www.kernel.org/doc/Documentation/process/coding-style.rst). Other than that, Google is your friend. |