Module: Mesa Branch: main Commit: 209e282b92b09395824e74c2f2f30fd3cdb4490e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=209e282b92b09395824e74c2f2f30fd3cdb4490e
Author: Erik Faye-Lund <[email protected]> Date: Fri Oct 6 10:56:38 2023 +0200 docs: use doc-role when linking to lists article This makes the link-checker see the target. Reviewed-by: Corentin Noël <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25585> --- docs/submittingpatches.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst index dfed1fa2cdd..4208532c90b 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -300,8 +300,8 @@ this, triggered by **assigning the MR** to the pseudo-user `@marge-bot <https://gitlab.freedesktop.org/marge-bot>`__. Authors who do not have ``Developer`` access (or above) should ask on the -merge request for someone else to do it for them, or reach on `other channels -<lists>`__ if the MR reviewers don't have access themselves. +merge request for someone else to do it for them, or reach on +:doc:`other channels <lists>` if the MR reviewers don't have access themselves. Do not merge someone else's MR unless you are sure they don't have a new version that they are testing locally for instance.
