1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 05:51:31 +02:00

fix further reading url (#2655)

Original link displays "This file has moved to process/coding-style.rst"
This commit is contained in:
Louis-Philippe Asselin
2017-02-12 13:33:22 -05:00
committed by ven
parent 303de42a2c
commit cc782a7cf2

View File

@@ -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.