summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/README.md
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2019-09-02 18:43:36 +0530
committerAmar Tumballi <amarts@gmail.com>2019-09-05 04:55:30 +0000
commitb0dbe11556c17ba6ea0b7d85b741bd4807c81c9c (patch)
tree35b58d0fc52d28bb24f1215509a7a8fa485546c2 /doc/developer-guide/README.md
parent724c657995a2e148243eeb78c68b620c6d7714a5 (diff)
[Doc] Fixing 404 links in markdown files.
Problem: While running markdown-link-checker it was observed that there were a large number of 404 links present in the documentation present in the form of markdown files in the project. This was casued due to the following reasons: 1. Repos being removed. 2. Typo in markdown links. 3. Restructring of directoires. Solution: Fixing all the 404 links present in the project. fixes: bz#1746810 Change-Id: I30de745f848fca2e9c92eb7493f74738f0890ed9 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'doc/developer-guide/README.md')
-rw-r--r--doc/developer-guide/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/developer-guide/README.md b/doc/developer-guide/README.md
index 1501eeb9207..aaf9c7476b0 100644
--- a/doc/developer-guide/README.md
+++ b/doc/developer-guide/README.md
@@ -51,11 +51,10 @@ Daemon Management Framework
Translators
-----------
-- [Block Device Tanslator](./bd-xlator.md)
- [Performance/write-Behind Translator](./write-behind.md)
- [Translator Development](./translator-development.md)
- [Storage/posix Translator](./posix.md)
-- [Compression translator](./network_compression.md)
+
Brick multiplex
---------------
@@ -74,7 +73,7 @@ Testing/Debugging
- [Using the Gluster Test
Framework](./Using-Gluster-Test-Framework.md) - Step by
step instructions for running the Gluster Test Framework
-- [Coredump Analysis](./coredump-analysis.md) - Steps to analize coredumps generated by regression machines.
+- [Coredump Analysis](../debugging/analyzing-regression-cores.md) - Steps to analize coredumps generated by regression machines.
- [Identifying Resource Leaks](./identifying-resource-leaks.md)
Release Process