[clang-tidy][docs] Fix link to libc style guide
authorAlex Brachet <abrachet@google.com>
Tue, 30 May 2023 18:21:36 +0000 (18:21 +0000)
committerAlex Brachet <abrachet@google.com>
Tue, 30 May 2023 18:22:26 +0000 (18:22 +0000)
Differential Revision: https://reviews.llvm.org/D151502

clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst

index 85d87a5..662a592 100644 (file)
@@ -18,7 +18,7 @@ namespace clang::tidy::llvm_libc {
 /// are tagged with the LIBC_INLINE macro.
 ///
 /// For more information about the LIBC_INLINE macro, see
-/// https://libc.llvm.org/code_style.html.
+/// https://libc.llvm.org/dev/code_style.html.
 ///
 /// For the user-facing documentation see:
 /// http://clang.llvm.org/extra/clang-tidy/checks/llvmlibc/inline-function-decl-check.html
index da60a1f..101217b 100644 (file)
@@ -5,4 +5,4 @@ llvmlibc-inline-function-decl
 
 Checks that all implicit and explicit inline functions in header files are
 tagged with the ``LIBC_INLINE`` macro. See the `libc style guide
-<https://libc.llvm.org/code_style.html>`_ for more information about this macro.
+<https://libc.llvm.org/dev/code_style.html>`_ for more information about this macro.