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/commit-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer-guide/commit-guidelines.md') diff --git a/doc/developer-guide/commit-guidelines.md b/doc/developer-guide/commit-guidelines.md index 9b191dac17..38bbe525cb 100644 --- a/doc/developer-guide/commit-guidelines.md +++ b/doc/developer-guide/commit-guidelines.md @@ -118,7 +118,7 @@ The 'bug' line can reference a bug in a few ways. Gerrit creates a link to the b **Updates: bz#1193929** -- use 'Updates: bz#NNNN' if the commit is only a partial fix and more work is needed. **Updates: #175** -- use 'Updates: #NNNN' if the commit is only a partial fix and more work is needed for the feature completion. -We encourage the use of Co-Authored-By: name in commit messages to indicate people who worked on a particular patch. It's a convention for recognizing multiple authors, and our projects would encourage the stats tools to observe it when collecting statistics. +We encourage the use of `Co-Authored-By: name ` in commit messages to indicate people who worked on a particular patch. It's a convention for recognizing multiple authors, and our projects would encourage the stats tools to observe it when collecting statistics. ### Summary of Git commit message structure -- cgit