From edde474e887946f81e41a4df7fa54b2b314d8db7 Mon Sep 17 00:00:00 2001 From: RitheeshBaradwaj Date: Thu, 23 Feb 2023 20:04:52 +0900 Subject: [PATCH] fix design page link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1521d6e..9b7e94f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This ReadME file contains information on how to install and run the application, ## Design -The detailed design of the WordProcessor application can be found on the [Design Page](.docs/DESIGN.md). +The detailed design of the WordProcessor application can be found on the [Design Page](docs/DESIGN.md). ## CHANGELOG