diff options
author | Vinod Ahuja <vahuja@unomaha.edu> | 2023-01-26 16:59:52 -0600 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:40:56 +0000 |
commit | d4d158f82ca5dca93f087d54d8f8185c31590160 (patch) | |
tree | 2e116af662ec19a75335aae0d4a50139b7e933e0 /docs/07_How_To_Contribute | |
parent | 54924825fce9e5a738fc46b285da805de53d2293 (diff) |
Fixing all the Yocto linksoctopus_14.94.0octopus/14.94.014.94.0
Fixing all the broken Yocto links through out the documentation.
Bug-AGL: [SPEC-4470]
Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu>
Change-Id: I1af1c7171cfb7d3f5f6233fd77ef0d1c0097d071
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28436
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/07_How_To_Contribute')
-rw-r--r-- | docs/07_How_To_Contribute/09_Contribution_Checklist.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/07_How_To_Contribute/09_Contribution_Checklist.md b/docs/07_How_To_Contribute/09_Contribution_Checklist.md index 7d86ada..89052e8 100644 --- a/docs/07_How_To_Contribute/09_Contribution_Checklist.md +++ b/docs/07_How_To_Contribute/09_Contribution_Checklist.md @@ -47,7 +47,7 @@ title: Contribution Checklist - [ ] Code contributions submitted need to have a Sign-off-by! (Follow [**DCO**](https://developercertificate.org/).) ## Yocto/OE - - [ ] Recipes need to follow the guidelines of : [**new-recipe-writing-a-new-recipe**](https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#new-recipe-writing-a-new-recipe). + - [ ] Recipes need to follow the guidelines of : [**new-recipe-writing-a-new-recipe**](https://docs.yoctoproject.org/dev/dev-manual/new-recipe.html#following-recipe-style-guidelines). - [ ] Recipes follow the [**bitbake style guide**](https://www.openembedded.org/wiki/Styleguide). - [ ] Your 'meta-*' layer needs to pass the yocto-check-layer tool. @@ -57,4 +57,4 @@ title: Contribution Checklist - [ ] Issues are to be discussed in the EG first. - [ ] Consent needs to be reached. - [ ] Gerrit commits need two upvotes (not from authors!) to be merged. - - [ ] Uploads should be 'ready for review' or marked 'WIP'.
\ No newline at end of file + - [ ] Uploads should be 'ready for review' or marked 'WIP'. |