From 534e25e0e82ced640b3aeaf4c46b33b017f80a36 Mon Sep 17 00:00:00 2001
From: Robert Drab <robert.drab@huawei.com>
Date: Mon, 4 Jan 2021 10:52:31 +0000
Subject: [PATCH] Fix adr path after merge

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da7feb3c..c854af85 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ or close qemu using key combination:
 # meta-ohos architecture
 
 All decisions for architecturally significant requirements are documented using 
-[adr-tools](https://github.com/npryce/adr-tools) and stored in [adr](./adr) subdirectory.
+[adr-tools](https://github.com/npryce/adr-tools) and stored in [docs/adr](./docs/adr) subdirectory.
 Decisions are discussed within MR of a given decision md file.
 
 **meta-ohos** architecture is documented using [c4 model](https://c4model.com/).
-- 
GitLab