From: Michael Opdenacker <[email protected]>

Signed-off-by: Michael Opdenacker <[email protected]>
---
 meta/lib/oe/qa.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py
index 94955f78ba..f8ae3c743f 100644
--- a/meta/lib/oe/qa.py
+++ b/meta/lib/oe/qa.py
@@ -217,7 +217,7 @@ def check_upstream_status(fullpath):
     import re
     kinda_status_re = re.compile(r"^.*upstream.*status.*$", re.IGNORECASE | 
re.MULTILINE)
     strict_status_re = re.compile(r"^Upstream-Status: 
(Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", 
re.MULTILINE)
-    guidelines = 
"https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status";
+    guidelines = 
"https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status";
 
     with open(fullpath, encoding='utf-8', errors='ignore') as f:
         file_content = f.read()
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187992): 
https://lists.openembedded.org/g/openembedded-core/message/187992
Mute This Topic: https://lists.openembedded.org/mt/101498746/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to