https://github.com/zeyi2 created 
https://github.com/llvm/llvm-project/pull/166546

None

>From b20b8190594f7a8a3059d89fc86e1f97a095d398 Mon Sep 17 00:00:00 2001
From: mtx <[email protected]>
Date: Wed, 5 Nov 2025 20:27:42 +0800
Subject: [PATCH] [clang-tidy][NFC] Fix broken link in
 `bugprone-default-operator-new-on-overaligned-type`

---
 clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst 
b/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
index cc0c729aaacdc..b359d85ad0cdc 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
@@ -4,7 +4,7 @@ cert-mem57-cpp
 ==============
 
 The `cert-mem57-cpp` is an aliaes, please see
-`bugprone-default-operator-new-on-overaligned-type 
<../bugprone/default-operator-new-on-overaligned-type>`_
+`bugprone-default-operator-new-on-overaligned-type 
<../bugprone/default-operator-new-on-overaligned-type.html>`_
 for more information.
 
 This check corresponds to the CERT C++ Coding Standard rule

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to