[llvm] [Maintainers] Fix broken clang link (NFC) (PR #182451)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 20 00:21:57 PST 2026


https://github.com/c-rhodes created https://github.com/llvm/llvm-project/pull/182451

Was recently converted to .md (44f248499616).

>From d0abf6a7ab92a440881daffb00bc6b5e835465ec Mon Sep 17 00:00:00 2001
From: Cullen Rhodes <cullen.rhodes at arm.com>
Date: Fri, 20 Feb 2026 08:18:31 +0000
Subject: [PATCH] [Maintainers] Fix broken clang link (NFC)

Was recently converted to .md (44f248499616).
---
 llvm/Maintainers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index c714fab83d583..1b84d12fa51f3 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -501,7 +501,7 @@ Some subprojects maintain their own list of per-component maintainers.
 
 [BOLT maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.md)
 
-[Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst)
+[Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.md)
 
 [Clang-tools-extra maintainers](https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/Maintainers.rst)
 



More information about the llvm-commits mailing list