From fb6638da80c033725a16613f9343f126c401ca01 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 15 May 2024 17:46:39 +0200 Subject: [PATCH] README: update links to our own docs These currently only work because we have a redirection set up; let's link to the right place instead. Part-of: --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b35246e034c..3ff6e39c8dc 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,8 @@ Build & install --------------- You can find more information in our documentation (`docs/install.rst -`_), but the recommended way is to use -Meson (`docs/meson.rst `_): +`_), but the recommended way is to use +Meson (`docs/meson.rst `_): .. code-block:: sh @@ -46,7 +46,7 @@ Bug reports ----------- If you think something isn't working properly, please file a bug report -(`docs/bugs.rst `_). +(`docs/bugs.rst `_). Contributing @@ -54,6 +54,6 @@ Contributing Contributions are welcome, and step-by-step instructions can be found in our documentation (`docs/submittingpatches.rst -`_). +`_). Note that Mesa uses gitlab for patches submission, review and discussions.