diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-14 14:53:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 10:26:49 +0000 |
commit | fc5364a03236bec45fafa2fc91b3e8d97d247b43 (patch) | |
tree | 8a19521a5c91e0d9efbcc7f7c49d13275bc3b87f /documentation/dev-manual | |
parent | e4e0dabc0dbc2c333279c5036f25afc117d181f4 (diff) | |
download | poky-fc5364a03236bec45fafa2fc91b3e8d97d247b43.tar.gz |
manuals: update patchwork instance URL
https://patchwork.openembedded.org/ has been since long discontinued
Also better to mention https://patchwork.yoctoproject.org/
than the patchwork home page.
(From yocto-docs rev: e7dcd04a1a4f6db42e7469226623016dccd2186d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index aab50e4078..ed21837ab7 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -10738,7 +10738,7 @@ without using the scripts once the steps in | |||
10738 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the | 10738 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the |
10739 | ``man git-send-email`` command. | 10739 | ``man git-send-email`` command. |
10740 | 10740 | ||
10741 | The Yocto Project uses a `Patchwork instance <https://patchwork.openembedded.org/>`__ | 10741 | The Yocto Project uses a `Patchwork instance <https://patchwork.yoctoproject.org/>`__ |
10742 | to track the status of patches submitted to the various mailing lists and to | 10742 | to track the status of patches submitted to the various mailing lists and to |
10743 | support automated patch testing. Each submitted patch is checked for common | 10743 | support automated patch testing. Each submitted patch is checked for common |
10744 | mistakes and deviations from the expected patch format and submitters are | 10744 | mistakes and deviations from the expected patch format and submitters are |