summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-04-20 13:07:37 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commitea91f4769ac347db828f4c6a3a36e7a4bdfee01e (patch)
tree08f40f85be4a3033a77c57380764c875997aa596 /README.rst
parent0b4f5121f02023d9d87641b0fcd90feade78c3da (diff)
README: update references to internal docs
These documents are no longer HTML files, so the internal reference should be updated. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
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 9e44d78f7d2..c78c0df062a 100644
--- a/README.rst
+++ b/README.rst
@@ -12,9 +12,9 @@ Other repositories are likely forks, and code found there is not supported.
Build & install
---------------
-You can find more information in our documentation (`docs/install.html
+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.html <https://mesa3d.org/meson.html>`_):
+Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_):
.. code-block:: sh
@@ -46,14 +46,14 @@ Bug reports
-----------
If you think something isn't working properly, please file a bug report
-(`docs/bugs.html <https://mesa3d.org/bugs.html>`_).
+(`docs/bugs.rst <https://mesa3d.org/bugs.html>`_).
Contributing
------------
Contributions are welcome, and step-by-step instructions can be found in our
-documentation (`docs/submittingpatches.html
+documentation (`docs/submittingpatches.rst
<https://mesa3d.org/submittingpatches.html>`_).
Note that Mesa uses gitlab for patches submission, review and discussions.