diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-26 16:38:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-14 11:27:52 +0000 |
commit | 8ce95bed24cef42a13c5fca81885ff476fd42a93 (patch) | |
tree | 533ab57d21a150a47f2668c5e595f4a27407cab2 /docs/07_How_To_Contribute | |
parent | 9215930dd47c6c21ea1a00629aceda7b81e201fe (diff) |
Small corrections to avoid warnings
- index.html is not needed
- fixing relative links
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1464ec731149ea8b914ef0ba9b3e7cc1a3ab399f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29721
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Lisandro Perez Meyer <lpmeyer@ics.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 59752ca693a647f8aefead6cdb1d17a593cd1051)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29736
Diffstat (limited to 'docs/07_How_To_Contribute')
-rw-r--r-- | docs/07_How_To_Contribute/07_General_Guidelines.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/07_How_To_Contribute/07_General_Guidelines.md b/docs/07_How_To_Contribute/07_General_Guidelines.md index 3720066..414e8a9 100644 --- a/docs/07_How_To_Contribute/07_General_Guidelines.md +++ b/docs/07_How_To_Contribute/07_General_Guidelines.md @@ -34,7 +34,7 @@ provide a fix, we would welcome that gladly! Please assign the JIRA issue to yourself, then you can submit a change request (CR). **NOTE:** If you need help with submitting your first CR, we have created a -brief [tutorial](../04_Submitting_Changes) for you. +brief [tutorial](04_Submitting_Changes.md) for you. ## Fixing issues and working stories @@ -132,7 +132,7 @@ merged. description of the change. Each change MUST include the JIRA identifier corresponding to the change (e.g. [SPEC-1234]). This can be in the title but should also be in the body of the commit message. See the [complete - requirements](../04_Submitting_Changes) for an acceptable change request. + requirements](04_Submitting_Changes.md) for an acceptable change request. **NOTE:** That Gerrit will automatically create a hyperlink to the JIRA item. |