From ebb625262c7f9837d6c7b9d8a0c1349fe8a8f4ff Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 25 Nov 2025 16:45:11 +0000 Subject: [PATCH] docs/devel: Update URL for make-pullreq script In the submitting-a-pull-request docs, we have a link to the make-pullreq script which might be useful for maintainers. The canonical git repo for this script has moved; update the link. Cc: qemu-stable@nongnu.org Signed-off-by: Peter Maydell Reviewed-by: Thomas Huth Message-id: 20251125164511.255550-1-peter.maydell@linaro.org --- docs/devel/submitting-a-pull-request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/submitting-a-pull-request.rst b/docs/devel/submitting-a-pull-request.rst index a4cd7ebbb6..e7d0080878 100644 --- a/docs/devel/submitting-a-pull-request.rst +++ b/docs/devel/submitting-a-pull-request.rst @@ -67,7 +67,7 @@ subject tag is "PULL SUBSYSTEM s390/block/whatever" rather than just pull requests that should be applied to master. You might be interested in the `make-pullreq -`__ +`__ script which automates some of this process for you and includes a few sanity checks. Note that you must edit it to configure it suitably for your local situation!