Mesa (master): docs: do not double-close link tag

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 17 12:21:10 UTC 2020


Module: Mesa
Branch: master
Commit: be95c816a7d27e3dc29bc75878e0857f447d804a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be95c816a7d27e3dc29bc75878e0857f447d804a

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jan 16 17:56:13 2020 +0100

docs: do not double-close link tag

Fixes: f8148d0cc17 "docs: remove mailing list as way of submitting patches"
Acked-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>

---

 docs/submittingpatches.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index de27e6d9d8b..ce51141576c 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -42,8 +42,8 @@ components.
 <code>git bisect</code>.)
 <li>Patches should be properly <a href="#formatting">formatted</a>.
 <li>Patches should be sufficiently <a href="#testing">tested</a> before submitting.
-<li>Patches should be <a href="#submit">submitted</a> via a merge request</a>
-for <a href="#reviewing">review</a>.
+<li>Patches should be <a href="#submit">submitted</a> via a merge request for
+<a href="#reviewing">review</a>.
 
 </ul>
 



More information about the mesa-commit mailing list