diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-18 08:12:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 06:12:35 -0400 |
commit | 8c27ceff3604b249a9efafbd1bd8b141b79e619d (patch) | |
tree | 82e4ab0c2825fa25c3168e648268883c0b23ee30 /Documentation/process/4.Coding.rst | |
parent | 9d85025b0418163fae079c9ba8f8445212de8568 (diff) |
docs: fix locations of several documents that got moved
The previous patch renamed several files that are cross-referenced
along the Kernel documentation. Adjust the links to point to
the right places.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/process/4.Coding.rst')
-rw-r--r-- | Documentation/process/4.Coding.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.Coding.rst index 9d5cef996f7f..983d628c1112 100644 --- a/Documentation/process/4.Coding.rst +++ b/Documentation/process/4.Coding.rst | |||
@@ -22,7 +22,7 @@ Coding style | |||
22 | ************ | 22 | ************ |
23 | 23 | ||
24 | The kernel has long had a standard coding style, described in | 24 | The kernel has long had a standard coding style, described in |
25 | Documentation/CodingStyle. For much of that time, the policies described | 25 | Documentation/process/coding-style.rst. For much of that time, the policies described |
26 | in that file were taken as being, at most, advisory. As a result, there is | 26 | in that file were taken as being, at most, advisory. As a result, there is |
27 | a substantial amount of code in the kernel which does not meet the coding | 27 | a substantial amount of code in the kernel which does not meet the coding |
28 | style guidelines. The presence of that code leads to two independent | 28 | style guidelines. The presence of that code leads to two independent |
@@ -343,7 +343,7 @@ user-space developers to know what they are working with. See | |||
343 | Documentation/ABI/README for a description of how this documentation should | 343 | Documentation/ABI/README for a description of how this documentation should |
344 | be formatted and what information needs to be provided. | 344 | be formatted and what information needs to be provided. |
345 | 345 | ||
346 | The file Documentation/kernel-parameters.txt describes all of the kernel's | 346 | The file Documentation/admin-guide/kernel-parameters.rst describes all of the kernel's |
347 | boot-time parameters. Any patch which adds new parameters should add the | 347 | boot-time parameters. Any patch which adds new parameters should add the |
348 | appropriate entries to this file. | 348 | appropriate entries to this file. |
349 | 349 | ||