[PATCH] index: Fix link to list of contributors.

Collin Funk collin.funk1@gmail.com
Wed Jul 30 02:14:00 GMT 2025


I noticed the link on https://sourceware.org/glibc/ to a list of
contributors broke at some point. This patch fixes it.

-- 8< --

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 5a3a491..f7fe5c0 100644
--- a/index.html
+++ b/index.html
@@ -89,7 +89,7 @@
 </p>
 <p>
   Many others have contributed as documented in the glibc manual under:
-  <a href="manual/html_node/Contributors.html#Contributors">Contributors</a>.
+  <a href="manual/latest/html_node/Contributors.html">Contributors</a>.
 </p>
 <p>
   Thank you to all who have contributed, either in bug reports, or by
-- 
2.50.1



More information about the Libc-alpha mailing list