diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-11-21 03:35:19 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-12-06 20:21:19 +0300 |
commit | f77af637f29da49193283e883a9b18406fb45d3d (patch) | |
tree | 44602d9f6cc417dda0432d4d5171e63162204f6e /Documentation/process/management-style.rst | |
parent | 2f7e6f6bf0d5fda265e403423921588cda7ce16e (diff) | |
download | linux-f77af637f29da49193283e883a9b18406fb45d3d.tar.xz |
doc:process: add links where missing
Some documents are refering to others without links. With this
patch I add those missing links.
This patch affects only documents under process/ and labels where
necessary.
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/management-style.rst')
-rw-r--r-- | Documentation/process/management-style.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/process/management-style.rst b/Documentation/process/management-style.rst index 85ef8ca8f639..186753ff3d2d 100644 --- a/Documentation/process/management-style.rst +++ b/Documentation/process/management-style.rst @@ -5,8 +5,9 @@ Linux kernel management style This is a short document describing the preferred (or made up, depending on who you ask) management style for the linux kernel. It's meant to -mirror the process/coding-style.rst document to some degree, and mainly written to -avoid answering [#f1]_ the same (or similar) questions over and over again. +mirror the :ref:`process/coding-style.rst <codingstyle>` document to some +degree, and mainly written to avoid answering [#f1]_ the same (or similar) +questions over and over again. Management style is very personal and much harder to quantify than simple coding style rules, so this document may or may not have anything |