[llvm] [NFC][LLVM] Fix link in Maintainers.md (PR #157857)
Druzhkov Sergei via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 06:31:34 PDT 2025
https://github.com/DrSergei created https://github.com/llvm/llvm-project/pull/157857
Fixed link to LLDB maintainers list (format was changed in [48ace3f](https://github.com/llvm/llvm-project/commit/48ace3f872e4d844471cd1e821502dece3fe2bc0)).
>From 3cefc1ffadfdde83caaf7c1c52f904b59cdc3677 Mon Sep 17 00:00:00 2001
From: Druzhkov Sergei <serzhdruzhok at gmail.com>
Date: Wed, 10 Sep 2025 16:29:05 +0300
Subject: [PATCH] [NFC][LLVM] Fix link in Maintainers.md
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 84687392a4a07..0c976048a8d26 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -504,7 +504,7 @@ Some subprojects maintain their own list of per-component maintainers.
[LLD maintainers](https://github.com/llvm/llvm-project/blob/main/lld/Maintainers.md)
-[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.rst)
+[LLDB maintainers](https://github.com/llvm/llvm-project/blob/main/lldb/Maintainers.md)
[LLVM OpenMP Library maintainers](https://github.com/llvm/llvm-project/blob/main/openmp/Maintainers.md)
More information about the llvm-commits
mailing list