diff options
-rw-r--r-- | docs/devinfo.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index 489d263f29..afd92fd4f4 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -252,10 +252,14 @@ check for regressions. <h3>Mailing Patches</h3> <p> -Patches should be sent to the Mesa mailing list for review. -When submitting a patch make sure to use git send-email rather than attaching -patches to emails. Sending patches as attachments prevents people from being -able to provide in-line review comments. +Patches should be sent to the mesa-dev mailing list for review: +<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev"> +mesa-dev@lists.freedesktop.org<a/>. +When submitting a patch make sure to use +<a href="https://git-scm.com/docs/git-send-email">git send-email</a> +rather than attaching patches to emails. Sending patches as +attachments prevents people from being able to provide in-line review +comments. </p> <p> |