From b0dbe11556c17ba6ea0b7d85b741bd4807c81c9c Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 2 Sep 2019 18:43:36 +0530 Subject: [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 --- doc/developer-guide/xlator-classification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer-guide/xlator-classification.md') diff --git a/doc/developer-guide/xlator-classification.md b/doc/developer-guide/xlator-classification.md index 36d924d0934..6073df9375f 100644 --- a/doc/developer-guide/xlator-classification.md +++ b/doc/developer-guide/xlator-classification.md @@ -23,7 +23,7 @@ This document is intended for the following community participants, - Existing xlator maintainers - Packaging and gluster management stack maintainers -For a more user facing understanding it is recommended to read section [tbd](TBD) +For a more user facing understanding it is recommended to read section (TBD) in the gluster documentation. ## Categories -- cgit