From e22793fb46fb9b494ea7faefd26528c65504a382 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 31 Jan 2015 18:06:20 +0100 Subject: [PATCH] Fix broken link to project/MAINTAINERS.md The link to project/MAINTAINERS.md was broken, in addition, /MAINTAINERS containers more relevant information on the LGTM process and contains info about maintainers of all subsystems. Signed-off-by: Sebastiaan van Stijn --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4941cfa56..038dcefcda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,7 +211,7 @@ component affected. For example, if a change affects `docs/` and `registry/`, it needs an absolute majority from the maintainers of `docs/` AND, separately, an absolute majority of the maintainers of `registry/`. -For more details see [MAINTAINERS.md](project/MAINTAINERS.md) +For more details see [MAINTAINERS](MAINTAINERS) ### Sign your work