From 0621f6fdae3d2c07f888727e9d047a744c6561fd Mon Sep 17 00:00:00 2001 From: Varshard Date: Tue, 19 Dec 2023 16:34:03 +0700 Subject: [PATCH] fix links to internal documents --- README.md | 2 +- design.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad56dae..af95ea7 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ Part of the features provided by RustyVault are as follows: ## Design -Read the [design](.\/design.md) document. +Read the [design](./design.md) document. diff --git a/design.md b/design.md index 4b2800c..59b4f61 100644 --- a/design.md +++ b/design.md @@ -1,6 +1,6 @@ # RustyVault Design -As per: [RustyVault Requirements Document](.\/req-en.md). In this document we describe the architecture of RustyVault. +As per: [RustyVault Requirements Document](./req.md). In this document we describe the architecture of RustyVault. # Architecture Diagram