summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2024-05-15 17:46:39 +0200
committerMarge Bot <emma+marge@anholt.net>2024-05-15 17:13:10 +0000
commitfb6638da80c033725a16613f9343f126c401ca01 (patch)
tree5bc09c19dba232bc0ac1e50c488dcebcdd91bd8f /README.rst
parentf1662e9bc96705fd1ae596db6eba8d0b873eec61 (diff)
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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29224>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files 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
-<https://mesa3d.org/install.html>`_), but the recommended way is to use
-Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_):
+<https://docs.mesa3d.org/install.html>`_), but the recommended way is to use
+Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):
.. 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 <https://mesa3d.org/bugs.html>`_).
+(`docs/bugs.rst <https://docs.mesa3d.org/bugs.html>`_).
Contributing
@@ -54,6 +54,6 @@ Contributing
Contributions are welcome, and step-by-step instructions can be found in our
documentation (`docs/submittingpatches.rst
-<https://mesa3d.org/submittingpatches.html>`_).
+<https://docs.mesa3d.org/submittingpatches.html>`_).
Note that Mesa uses gitlab for patches submission, review and discussions.