From bc643ba4a92b25042cc63db188105e922edacd50 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Sat, 5 Jun 2021 14:02:40 +0400 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 44ad690..676f8cd 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ flexibility on tracking the container's usages and killing the containers at any # Table of contents -1. [Introduction](Introduction.md) -2. [Installation](Installation.md) -3. [Design Architecture](DesignArchtectureIntro.md) - 1. [Client Module](ClientArchitecture.md) - 2. [P2P Module](P2PArchitecture.md) - 3. [Server Module](ServerArchitecture.md) -4. [Implementation](Implementation.md) - 1. [Client Module](ClientImplementation.md) - 2. [P2P Module](P2PImplementation.md) - 3. [Server Module](ServerImplementation.md) - 4. [Config Module](ConfigImplementation.md) - 5. [Cli Module](CliImplementation.md) -5. [Problems](Problems.md) +1. [Introduction](Docs/Introduction.md) +2. [Installation](Docs/Installation.md) +3. [Design Architecture](Docs/DesignArchtectureIntro.md) + 1. [Client Module](Docs/ClientArchitecture.md) + 2. [P2P Module](Docs/P2PArchitecture.md) + 3. [Server Module](Docs/ServerArchitecture.md) +4. [Implementation](Docs/Implementation.md) + 1. [Client Module](Docs/ClientImplementation.md) + 2. [P2P Module](Docs/P2PImplementation.md) + 3. [Server Module](Docs/ServerImplementation.md) + 4. [Config Module](Docs/ConfigImplementation.md) + 5. [Cli Module](Docs/CliImplementation.md) +5. [Problems](Docs/Problems.md)