[PATCH next 03/45] doc: develop: sending_patches: fix links to pw-am.sh
Quentin Schulz <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> The OpenEmbedded wiki doesn't reside at that address (it does at https://www.openembedded.org/wiki/) but it's unclear what it's useful for to link to it so instead let's remove the link. The related pw-am.sh script cannot be found at that address, however it is available at a new address so let's use that though OE-Core lists it among the Outdated information in its wiki[1]. [1] https://www.openembedded.org/wiki/Patchwork#Outdated Signed-off-by: Quentin Schulz <[email protected]> --- doc/develop/sending_patches.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index 8172dc551838..8286808173d6 100644 --- a/doc/develop/sending_patches.rst +++ b/doc/develop/sending_patches.rst @@ -479,9 +479,8 @@ mbox file and apply it using:: git am file -The `openembedded wiki <http://wiki.openembedded.net/>`_ also provides a script -named `pw-am.sh -<http://cgit.openembedded.org/cgit.cgi/openembedded/tree/contrib/patchwork/pw-am.sh>`_ +OpenEmbedded also provides a script named `pw-am.sh +<https://git.openembedded.org/openembedded/tree/contrib/patchwork/pw-am.sh>`_ which can be used to fetch an 'mbox' patch from patchwork and git am it:: usage: pw-am.sh <number> -- 2.55.0