diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-13 17:02:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 15:43:24 +0000 |
commit | 6445a382851413162683d6e09d085f997526871f (patch) | |
tree | 3a6565d6061c67f2fdf14d4df3ddcf22597459bd /documentation | |
parent | ff3624bb07c1b15b7b5a501e41da8700bbd92e8b (diff) | |
download | poky-6445a382851413162683d6e09d085f997526871f.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: 15e2f662c9c519f54cd2c8b99c817725ed4c357b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/changes.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/changes.rst b/documentation/dev-manual/changes.rst index 9cb25f3549..9db6ce010c 100644 --- a/documentation/dev-manual/changes.rst +++ b/documentation/dev-manual/changes.rst | |||
@@ -319,7 +319,7 @@ without using the scripts once the steps in | |||
319 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the | 319 | command, see ``GIT-SEND-EMAIL(1)`` displayed using the |
320 | ``man git-send-email`` command. | 320 | ``man git-send-email`` command. |
321 | 321 | ||
322 | The Yocto Project uses a `Patchwork instance <https://patchwork.openembedded.org/>`__ | 322 | The Yocto Project uses a `Patchwork instance <https://patchwork.yoctoproject.org/>`__ |
323 | to track the status of patches submitted to the various mailing lists and to | 323 | to track the status of patches submitted to the various mailing lists and to |
324 | support automated patch testing. Each submitted patch is checked for common | 324 | support automated patch testing. Each submitted patch is checked for common |
325 | mistakes and deviations from the expected patch format and submitters are | 325 | mistakes and deviations from the expected patch format and submitters are |
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 4c847a09de..35f5345ad4 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -361,7 +361,7 @@ Yocto Project: | |||
361 | of the :oe_layerindex:`OpenEmbedded Layer Index <>`, which | 361 | of the :oe_layerindex:`OpenEmbedded Layer Index <>`, which |
362 | is a website that indexes OpenEmbedded-Core layers. | 362 | is a website that indexes OpenEmbedded-Core layers. |
363 | 363 | ||
364 | - *Patchwork:* `Patchwork <http://jk.ozlabs.org/projects/patchwork/>`__ | 364 | - *Patchwork:* `Patchwork <https://patchwork.yoctoproject.org/>`__ |
365 | is a fork of a project originally started by | 365 | is a fork of a project originally started by |
366 | `OzLabs <https://ozlabs.org/>`__. The project is a web-based tracking | 366 | `OzLabs <https://ozlabs.org/>`__. The project is a web-based tracking |
367 | system designed to streamline the process of bringing contributions | 367 | system designed to streamline the process of bringing contributions |