From 895d89726a9f1915fe09f1e35aba98d9f600130b Mon Sep 17 00:00:00 2001
From: Jerome Forissier <jerome.forissier@linaro.org>
Date: Sat, 24 Mar 2018 20:59:32 +0800
Subject: [PATCH] README.md: fix link to OP-TEE maintainers file

The format and the name of the OP-TEE maintainers file has changed.
Update references accordingly.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 344e4d5..0dce0a0 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ Below is a table showing the platforms supported by build.git. OP-TEE as such
 supports many more platforms, but since quite a few of the other platforms are
 maintained by people outside Linaro or are using a special setup, we encourage
 you to talk to the maintainer of that platform directly if you have build
-related questions etc. Please see the [MAINTAINERS.md] file for contact
+related questions etc. Please see the [MAINTAINERS] file for contact
 information.
 
 <!-- Please keep this list sorted in alphabetic order -->
@@ -259,7 +259,7 @@ Please have a look at out [FAQ] file for a list of questions commonly asked.
 [hikey.md]: ./docs/hikey.md
 [manifest/README.md]: https://github.com/OP-TEE/manifest/blob/master/README.md
 [mtk8173.md]: ./docs/mtk8173.md
-[MAINTAINERS.md]: https://github.com/OP-TEE/optee_os/blob/master/MAINTAINERS.md
+[MAINTAINERS]: https://github.com/OP-TEE/optee_os/blob/master/MAINTAINERS
 [OP-TEE/README.md]: https://github.com/OP-TEE/optee_os/blob/master/README.md
 [qemu.md]: ./docs/qemu.md
 [repo]: https://source.android.com/source/downloading.html
-- 
GitLab