aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/process/4.Coding.rst
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2024-06-24 11:53:09 -0700
committerJonathan Corbet <corbet@lwn.net>2024-06-26 16:36:00 -0600
commite3b10a02ca2fe1e27ee008e9fcd8cf7076f7f776 (patch)
tree5bfad959c7a6077e39205320b0c08b136a11ca02 /Documentation/process/4.Coding.rst
parentDocs: Move magic-number from process to staging (diff)
downloadlinux-e3b10a02ca2fe1e27ee008e9fcd8cf7076f7f776.tar.gz
linux-e3b10a02ca2fe1e27ee008e9fcd8cf7076f7f776.zip
Docs: Move clang-format from process/ to dev-tools/
'clang-format' is on 'Other material' section of 'process/index', but it may fit more under 'dev-tools/' directory. Move it. Signed-off-by: SeongJae Park <sj@kernel.org> Acked-by: Miguel Ojeda <ojeda@kernel.org> Acked-by: Federico Vaga <federico.vaga@vaga.pv.it> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240624185312.94537-5-sj@kernel.org
Diffstat (limited to 'Documentation/process/4.Coding.rst')
-rw-r--r--Documentation/process/4.Coding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.Coding.rst
index c2046dec0c2f..80bcc1cabc23 100644
--- a/Documentation/process/4.Coding.rst
+++ b/Documentation/process/4.Coding.rst
@@ -63,7 +63,7 @@ these rules, to quickly re-format parts of your code automatically,
and to review full files in order to spot coding style mistakes,
typos and possible improvements. It is also handy for sorting ``#includes``,
for aligning variables/macros, for reflowing text and other similar tasks.
-See the file :ref:`Documentation/process/clang-format.rst <clangformat>`
+See the file :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
for more details.
Some basic editor settings, such as indentation and line endings, will be