[llvm-branch-commits] [clang] 2e00f4c - [clang-format][doc] Update the Linux kernel coding style URL
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 16 23:21:59 PDT 2023
Author: Owen Pan
Date: 2023-10-17T08:19:10+02:00
New Revision: 2e00f4ca4e91b02ff8e6e2d3f8e5bdd544054cb2
URL: https://github.com/llvm/llvm-project/commit/2e00f4ca4e91b02ff8e6e2d3f8e5bdd544054cb2
DIFF: https://github.com/llvm/llvm-project/commit/2e00f4ca4e91b02ff8e6e2d3f8e5bdd544054cb2.diff
LOG: [clang-format][doc] Update the Linux kernel coding style URL
(cherry picked from commit 8902f12e61aa2d3053ad4d536e36569fc8bc9512)
Added:
Modified:
clang/docs/ClangFormatStyleOptions.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 6f02a436b0ac81a..9b293b38471e921 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -5652,7 +5652,7 @@ Examples
========
A style similar to the `Linux Kernel style
-<https://www.kernel.org/doc/Documentation/CodingStyle>`_:
+<https://www.kernel.org/doc/html/latest/process/coding-style.html>`_:
.. code-block:: yaml
More information about the llvm-branch-commits
mailing list