aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-04-20 13:40:10 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit7d497e4e0985515056b6c97322e4b21dbc8fbeae (patch)
treeb845cbef11f731604a38228cffad988438f78f75
parentf1fe74afb2cd34264078db0b775a63ea3a14af0e (diff)
downloadexternal_mesa3d-7d497e4e0985515056b6c97322e4b21dbc8fbeae.tar.gz
external_mesa3d-7d497e4e0985515056b6c97322e4b21dbc8fbeae.tar.bz2
external_mesa3d-7d497e4e0985515056b6c97322e4b21dbc8fbeae.zip
docs/relnotes: update internal references
I'm not 100% sure if it feels right to update these. I mean, this keeps links working as they should, even if exported to something else than HTML. But it also feels a bit like history revisionism. It's probably the right thing to do, though. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
-rw-r--r--docs/relnotes/17.0.4.rst2
-rw-r--r--docs/relnotes/17.1.0.rst2
-rw-r--r--docs/relnotes/6.5.3.rst2
-rw-r--r--docs/relnotes/7.10.1.rst2
-rw-r--r--docs/relnotes/7.10.2.rst2
-rw-r--r--docs/relnotes/7.10.3.rst2
-rw-r--r--docs/relnotes/7.10.rst2
-rw-r--r--docs/relnotes/7.11.1.rst2
-rw-r--r--docs/relnotes/7.11.2.rst2
-rw-r--r--docs/relnotes/7.11.rst2
-rw-r--r--docs/relnotes/7.3.rst2
-rw-r--r--docs/relnotes/7.4.1.rst2
-rw-r--r--docs/relnotes/7.4.2.rst2
-rw-r--r--docs/relnotes/7.4.3.rst2
-rw-r--r--docs/relnotes/7.4.4.rst2
-rw-r--r--docs/relnotes/7.4.rst2
-rw-r--r--docs/relnotes/7.5.1.rst2
-rw-r--r--docs/relnotes/7.5.2.rst2
-rw-r--r--docs/relnotes/7.5.rst2
-rw-r--r--docs/relnotes/7.6.1.rst2
-rw-r--r--docs/relnotes/7.6.rst2
-rw-r--r--docs/relnotes/7.7.1.rst2
-rw-r--r--docs/relnotes/7.7.rst2
-rw-r--r--docs/relnotes/7.8.1.rst2
-rw-r--r--docs/relnotes/7.8.2.rst2
-rw-r--r--docs/relnotes/7.8.3.rst2
-rw-r--r--docs/relnotes/7.8.rst6
-rw-r--r--docs/relnotes/7.9.1.rst2
-rw-r--r--docs/relnotes/7.9.2.rst2
-rw-r--r--docs/relnotes/7.9.rst4
-rw-r--r--docs/relnotes/8.0.1.rst2
-rw-r--r--docs/relnotes/8.0.2.rst2
-rw-r--r--docs/relnotes/8.0.3.rst2
-rw-r--r--docs/relnotes/8.0.4.rst2
-rw-r--r--docs/relnotes/8.0.5.rst2
-rw-r--r--docs/relnotes/8.0.rst2
36 files changed, 39 insertions, 39 deletions
diff --git a/docs/relnotes/17.0.4.rst b/docs/relnotes/17.0.4.rst
index 7e9826782e5..de9a8942761 100644
--- a/docs/relnotes/17.0.4.rst
+++ b/docs/relnotes/17.0.4.rst
@@ -23,7 +23,7 @@ Next release
------------
Mesa 17.0.5 is expected in approximatelly two weeks. See the release
-`calendar <../release-calendar.html#calendar>`__ for details.
+`calendar <../release-calendar.rst#calendar>`__ for details.
New features
------------
diff --git a/docs/relnotes/17.1.0.rst b/docs/relnotes/17.1.0.rst
index 523f65accac..0f18ec74025 100644
--- a/docs/relnotes/17.1.0.rst
+++ b/docs/relnotes/17.1.0.rst
@@ -3,7 +3,7 @@ Mesa 17.1.0 Release Notes / May 10, 2017
Mesa 17.1.0 is a new development release. People who are concerned with
stability and reliability should stick with a previous release or wait
-for `Mesa 17.1.1 <../release-calendar.html#calendar>`__.
+for `Mesa 17.1.1 <../release-calendar.rst#calendar>`__.
Mesa 17.1.0 implements the OpenGL 4.5 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
diff --git a/docs/relnotes/6.5.3.rst b/docs/relnotes/6.5.3.rst
index 8c090b4f2b8..7e52994f5ab 100644
--- a/docs/relnotes/6.5.3.rst
+++ b/docs/relnotes/6.5.3.rst
@@ -37,7 +37,7 @@ New features
- OpenGL 2.0 and 2.1 API support.
- Entirely new Shading Language code generator. See the `Shading
- Language <../shading.html>`__ page for more information.
+ Language <../shading.rst>`__ page for more information.
- Much faster software execution of vertex, fragment shaders.
- New vertex buffer object (vbo) infrastructure
- Updated glext.h file (version 39)
diff --git a/docs/relnotes/7.10.1.rst b/docs/relnotes/7.10.1.rst
index e6059cb374e..26da7eaf5ab 100644
--- a/docs/relnotes/7.10.1.rst
+++ b/docs/relnotes/7.10.1.rst
@@ -8,7 +8,7 @@ Mesa 7.10.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.10.2.rst b/docs/relnotes/7.10.2.rst
index 56a0c11bd03..46bdda26d6d 100644
--- a/docs/relnotes/7.10.2.rst
+++ b/docs/relnotes/7.10.2.rst
@@ -8,7 +8,7 @@ Mesa 7.10.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.10.3.rst b/docs/relnotes/7.10.3.rst
index 2db44f589f8..c5a6dd34c86 100644
--- a/docs/relnotes/7.10.3.rst
+++ b/docs/relnotes/7.10.3.rst
@@ -8,7 +8,7 @@ Mesa 7.10.3 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.10.rst b/docs/relnotes/7.10.rst
index aea2e63f510..648318952f9 100644
--- a/docs/relnotes/7.10.rst
+++ b/docs/relnotes/7.10.rst
@@ -9,7 +9,7 @@ Mesa 7.10 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.11.1.rst b/docs/relnotes/7.11.1.rst
index 129003119ce..401d775a5e8 100644
--- a/docs/relnotes/7.11.1.rst
+++ b/docs/relnotes/7.11.1.rst
@@ -8,7 +8,7 @@ Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.11.2.rst b/docs/relnotes/7.11.2.rst
index bcd3a39fd36..3ed857c0459 100644
--- a/docs/relnotes/7.11.2.rst
+++ b/docs/relnotes/7.11.2.rst
@@ -8,7 +8,7 @@ Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.11.rst b/docs/relnotes/7.11.rst
index 572c5be9df3..30e912e5e6a 100644
--- a/docs/relnotes/7.11.rst
+++ b/docs/relnotes/7.11.rst
@@ -9,7 +9,7 @@ Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.3.rst b/docs/relnotes/7.3.rst
index 328c130a219..6f0046bd13c 100644
--- a/docs/relnotes/7.3.rst
+++ b/docs/relnotes/7.3.rst
@@ -8,7 +8,7 @@ Mesa 7.3 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.4.1.rst b/docs/relnotes/7.4.1.rst
index 5323c169c31..feec972f2d6 100644
--- a/docs/relnotes/7.4.1.rst
+++ b/docs/relnotes/7.4.1.rst
@@ -8,7 +8,7 @@ Mesa 7.4.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.4.2.rst b/docs/relnotes/7.4.2.rst
index c41f719e074..4440a6088fc 100644
--- a/docs/relnotes/7.4.2.rst
+++ b/docs/relnotes/7.4.2.rst
@@ -8,7 +8,7 @@ Mesa 7.4.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.4.3.rst b/docs/relnotes/7.4.3.rst
index 2c7d30de39a..ee48a1501af 100644
--- a/docs/relnotes/7.4.3.rst
+++ b/docs/relnotes/7.4.3.rst
@@ -8,7 +8,7 @@ Mesa 7.4.3 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.4.4.rst b/docs/relnotes/7.4.4.rst
index 1c974f57121..75fd0fa331a 100644
--- a/docs/relnotes/7.4.4.rst
+++ b/docs/relnotes/7.4.4.rst
@@ -8,7 +8,7 @@ Mesa 7.4.4 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.4.rst b/docs/relnotes/7.4.rst
index df7d85ce637..1c2445734e8 100644
--- a/docs/relnotes/7.4.rst
+++ b/docs/relnotes/7.4.rst
@@ -8,7 +8,7 @@ Mesa 7.4 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.5.1.rst b/docs/relnotes/7.5.1.rst
index becdca5625b..161ac12eaaa 100644
--- a/docs/relnotes/7.5.1.rst
+++ b/docs/relnotes/7.5.1.rst
@@ -12,7 +12,7 @@ Mesa 7.5.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.5.2.rst b/docs/relnotes/7.5.2.rst
index dcc33c84813..18752b283b0 100644
--- a/docs/relnotes/7.5.2.rst
+++ b/docs/relnotes/7.5.2.rst
@@ -12,7 +12,7 @@ Mesa 7.5.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.5.rst b/docs/relnotes/7.5.rst
index 5268bacd9b7..9c46d890044 100644
--- a/docs/relnotes/7.5.rst
+++ b/docs/relnotes/7.5.rst
@@ -13,7 +13,7 @@ Mesa 7.5 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
Note that the Mesa project is no longer using odd/even version numbers
diff --git a/docs/relnotes/7.6.1.rst b/docs/relnotes/7.6.1.rst
index 11de860ad87..de13628f0d3 100644
--- a/docs/relnotes/7.6.1.rst
+++ b/docs/relnotes/7.6.1.rst
@@ -7,7 +7,7 @@ Mesa 7.6.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.6.rst b/docs/relnotes/7.6.rst
index 4cac2f765e0..fc4771231e5 100644
--- a/docs/relnotes/7.6.rst
+++ b/docs/relnotes/7.6.rst
@@ -9,7 +9,7 @@ Mesa 7.6 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.7.1.rst b/docs/relnotes/7.7.1.rst
index e5e30783423..cc9a7b1daa0 100644
--- a/docs/relnotes/7.7.1.rst
+++ b/docs/relnotes/7.7.1.rst
@@ -7,7 +7,7 @@ Mesa 7.7.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.7.rst b/docs/relnotes/7.7.rst
index d0c359d2570..db0355e6fd1 100644
--- a/docs/relnotes/7.7.rst
+++ b/docs/relnotes/7.7.rst
@@ -9,7 +9,7 @@ Mesa 7.7 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.8.1.rst b/docs/relnotes/7.8.1.rst
index c29cecf98d5..3daafdd33f2 100644
--- a/docs/relnotes/7.8.1.rst
+++ b/docs/relnotes/7.8.1.rst
@@ -12,7 +12,7 @@ Mesa 7.8.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.8.2.rst b/docs/relnotes/7.8.2.rst
index 94e97fef042..601e64ad042 100644
--- a/docs/relnotes/7.8.2.rst
+++ b/docs/relnotes/7.8.2.rst
@@ -8,7 +8,7 @@ Mesa 7.8.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.8.3.rst b/docs/relnotes/7.8.3.rst
index 6a6d380c52e..058309e1466 100644
--- a/docs/relnotes/7.8.3.rst
+++ b/docs/relnotes/7.8.3.rst
@@ -8,7 +8,7 @@ Mesa 7.8.3 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.8.rst b/docs/relnotes/7.8.rst
index c24fb98607c..0c0b9339dd6 100644
--- a/docs/relnotes/7.8.rst
+++ b/docs/relnotes/7.8.rst
@@ -9,7 +9,7 @@ Mesa 7.8 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
@@ -37,8 +37,8 @@ New features
- GL_EXT_texture_array extension (swrast driver only)
- GL_APPLE_object_purgeable extension (swrast and i945/i965 DRI
drivers)
-- Much improved support for `EGL in Mesa <../egl.html>`__
-- New state trackers for `OpenGL ES 1.1 and 2.0 <../opengles.html>`__
+- Much improved support for `EGL in Mesa <../egl.rst>`__
+- New state trackers for `OpenGL ES 1.1 and 2.0 <../opengles.rst>`__
- Dedicated documentation for Gallium
Bug fixes
diff --git a/docs/relnotes/7.9.1.rst b/docs/relnotes/7.9.1.rst
index 4e0710ba465..ef6eaa86695 100644
--- a/docs/relnotes/7.9.1.rst
+++ b/docs/relnotes/7.9.1.rst
@@ -8,7 +8,7 @@ Mesa 7.9.1 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.9.2.rst b/docs/relnotes/7.9.2.rst
index 70b9f8de17b..768a5116e6d 100644
--- a/docs/relnotes/7.9.2.rst
+++ b/docs/relnotes/7.9.2.rst
@@ -8,7 +8,7 @@ Mesa 7.9.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/7.9.rst b/docs/relnotes/7.9.rst
index 45429fefa22..b0ac067a939 100644
--- a/docs/relnotes/7.9.rst
+++ b/docs/relnotes/7.9.rst
@@ -9,7 +9,7 @@ Mesa 7.9 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
@@ -28,7 +28,7 @@ New features
------------
- New, improved GLSL compiler written by Intel. See the `Shading
- Language <../shading.html>`__ page for more information.
+ Language <../shading.rst>`__ page for more information.
- New, very experimental Gallium driver for R600-R700 Radeons.
- Support for AMD Evergreen-based Radeons (HD 5xxx)
- GL_EXT_timer_query extension (i965 driver and softpipe only)
diff --git a/docs/relnotes/8.0.1.rst b/docs/relnotes/8.0.1.rst
index a3254ebfb4c..bd97d86d977 100644
--- a/docs/relnotes/8.0.1.rst
+++ b/docs/relnotes/8.0.1.rst
@@ -8,7 +8,7 @@ Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/8.0.2.rst b/docs/relnotes/8.0.2.rst
index 402b61ac100..3b434319391 100644
--- a/docs/relnotes/8.0.2.rst
+++ b/docs/relnotes/8.0.2.rst
@@ -8,7 +8,7 @@ Mesa 8.0.2 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/8.0.3.rst b/docs/relnotes/8.0.3.rst
index 87d3a419a7f..48357fc05e3 100644
--- a/docs/relnotes/8.0.3.rst
+++ b/docs/relnotes/8.0.3.rst
@@ -8,7 +8,7 @@ Mesa 8.0.3 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/8.0.4.rst b/docs/relnotes/8.0.4.rst
index 8402eb528fb..b217b50fbfe 100644
--- a/docs/relnotes/8.0.4.rst
+++ b/docs/relnotes/8.0.4.rst
@@ -8,7 +8,7 @@ Mesa 8.0.4 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/8.0.5.rst b/docs/relnotes/8.0.5.rst
index 8b3c0381edc..1ec93e93305 100644
--- a/docs/relnotes/8.0.5.rst
+++ b/docs/relnotes/8.0.5.rst
@@ -8,7 +8,7 @@ Mesa 8.0.5 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums
diff --git a/docs/relnotes/8.0.rst b/docs/relnotes/8.0.rst
index 30cbddace73..fd1e2687bcd 100644
--- a/docs/relnotes/8.0.rst
+++ b/docs/relnotes/8.0.rst
@@ -9,7 +9,7 @@ Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 3.0.
-See the `Compiling/Installing page <../install.html>`__ for
+See the `Compiling/Installing page <../install.rst>`__ for
prerequisites for DRI hardware acceleration.
MD5 checksums