From 12ee13f9128bfcc9d5a1507592f585817fd26e0b Mon Sep 17 00:00:00 2001 From: Zayan Khan Date: Sat, 25 Jul 2026 06:30:53 -0400 Subject: [PATCH] Fix broken MAINTAINERS link in CONTRIBUTING.md The MAINTAINERS file was removed from this repository, so the relative link 404s; point it at the canonical MAINTAINERS file in docker/opensource, which this document already links elsewhere. Co-Authored-By: Claude Fable 5 Signed-off-by: Zayan Khan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b80b8abc45..26f0e577dac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -193,7 +193,7 @@ indicate acceptance. A change requires at least 2 LGTMs from the maintainers of each component affected. -For more details, see the [MAINTAINERS](MAINTAINERS) page. +For more details, see the [MAINTAINERS](https://github.com/docker/opensource/blob/main/MAINTAINERS) page. ### Sign your work