All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH] update links to the SubmitAPatch wiki page
@ 2021-11-18  7:47 Paolo Bonzini
  2021-11-18  7:54 ` Thomas Huth
  2021-11-18 10:45 ` Daniel P. Berrangé
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2021-11-18  7:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth

The page is now part of the documentation, but it also has a redirect
in the qemu.org web server to provide a stable URL.  Use it instead
of linking out to wiki.qemu.org.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 CONTRIBUTING.md            | 2 +-
 contribute.md              | 2 +-
 contribute/report-a-bug.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d5cbf07..6edc07b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ You should also CC the website maintainers:
 
 For further guidance on sending patches consult:
 
-https://wiki.qemu.org/Contribute/SubmitAPatch
+https://qemu.org/contribute/submit-a-patch/
 
 It is expected that contributors check the rendered website before submitting
 patches. This is possible by either running jekyll locally, or by using the
diff --git a/contribute.md b/contribute.md
index 4802452..856e434 100644
--- a/contribute.md
+++ b/contribute.md
@@ -17,6 +17,6 @@ permalink: /contribute/
   &ldquo;[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)&rdquo;,
   &ldquo;[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)&rdquo;
 
-Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
+Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](/submit-a-patch/).
 
 Contributing to QEMU is subject to the [QEMU Code of Conduct](https://qemu.org/docs/master/devel/code-of-conduct.html).
diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
index 96b60d8..8d7d371 100644
--- a/contribute/report-a-bug.md
+++ b/contribute/report-a-bug.md
@@ -18,7 +18,7 @@ When submitting a bug report, please try to do the following:
 
 * Include information about the host and guest (operating system, version, 32/64-bit).
 
-QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
+QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](../submit-a-patch).
 
 Do NOT report security issues (or other bugs, too) as "confidential" bugs in the
 bug tracker.  QEMU has a [security process](../security-process) for issues
-- 
2.33.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [qemu-web PATCH] update links to the SubmitAPatch wiki page
  2021-11-18  7:47 [qemu-web PATCH] update links to the SubmitAPatch wiki page Paolo Bonzini
@ 2021-11-18  7:54 ` Thomas Huth
  2021-11-18 10:45 ` Daniel P. Berrangé
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2021-11-18  7:54 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 18/11/2021 08.47, Paolo Bonzini wrote:
> The page is now part of the documentation, but it also has a redirect
> in the qemu.org web server to provide a stable URL.  Use it instead
> of linking out to wiki.qemu.org.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   CONTRIBUTING.md            | 2 +-
>   contribute.md              | 2 +-
>   contribute/report-a-bug.md | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index d5cbf07..6edc07b 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -12,7 +12,7 @@ You should also CC the website maintainers:
>   
>   For further guidance on sending patches consult:
>   
> -https://wiki.qemu.org/Contribute/SubmitAPatch
> +https://qemu.org/contribute/submit-a-patch/
>   
>   It is expected that contributors check the rendered website before submitting
>   patches. This is possible by either running jekyll locally, or by using the
> diff --git a/contribute.md b/contribute.md
> index 4802452..856e434 100644
> --- a/contribute.md
> +++ b/contribute.md
> @@ -17,6 +17,6 @@ permalink: /contribute/
>     &ldquo;[Contributor FAQ](https://wiki.qemu.org/Contribute/FAQ)&rdquo;,
>     &ldquo;[Improve the website](https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/)&rdquo;
>   
> -Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
> +Please do not submit merge requests on GitLab; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](/submit-a-patch/).
>   
>   Contributing to QEMU is subject to the [QEMU Code of Conduct](https://qemu.org/docs/master/devel/code-of-conduct.html).
> diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
> index 96b60d8..8d7d371 100644
> --- a/contribute/report-a-bug.md
> +++ b/contribute/report-a-bug.md
> @@ -18,7 +18,7 @@ When submitting a bug report, please try to do the following:
>   
>   * Include information about the host and guest (operating system, version, 32/64-bit).
>   
> -QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](https://wiki.qemu.org/Contribute/SubmitAPatch).
> +QEMU does not use GitLab merge requests; patches are sent to the mailing list according to QEMU's [patch submissions guidelines](../submit-a-patch).
>   
>   Do NOT report security issues (or other bugs, too) as "confidential" bugs in the
>   bug tracker.  QEMU has a [security process](../security-process) for issues

Reviewed-by: Thomas Huth <thuth@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [qemu-web PATCH] update links to the SubmitAPatch wiki page
  2021-11-18  7:47 [qemu-web PATCH] update links to the SubmitAPatch wiki page Paolo Bonzini
  2021-11-18  7:54 ` Thomas Huth
@ 2021-11-18 10:45 ` Daniel P. Berrangé
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2021-11-18 10:45 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: thuth, qemu-devel

On Thu, Nov 18, 2021 at 08:47:02AM +0100, Paolo Bonzini wrote:
> The page is now part of the documentation, but it also has a redirect
> in the qemu.org web server to provide a stable URL.  Use it instead
> of linking out to wiki.qemu.org.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  CONTRIBUTING.md            | 2 +-
>  contribute.md              | 2 +-
>  contribute/report-a-bug.md | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-18 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18  7:47 [qemu-web PATCH] update links to the SubmitAPatch wiki page Paolo Bonzini
2021-11-18  7:54 ` Thomas Huth
2021-11-18 10:45 ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.