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/options-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer-guide/options-to-contribute.md') diff --git a/doc/developer-guide/options-to-contribute.md b/doc/developer-guide/options-to-contribute.md index 5dd1895cb1c..3f0d84e7645 100644 --- a/doc/developer-guide/options-to-contribute.md +++ b/doc/developer-guide/options-to-contribute.md @@ -60,7 +60,7 @@ Reference: https://review.gluster.org/20925/ 5. Now, pick a `.h` file, and see if a structure is very large, and see -if re-aligning them as per [coding-standard](./conding-standard.md) gives any size benefit, +if re-aligning them as per [coding-standard](./coding-standard.md) gives any size benefit, if yes, go ahead and change it. Make sure you check all the structures in the file for similar pattern. -- cgit