Skip to content

Commit ea91f47

Browse files
kusmaMarge Bot
authored and
Marge Bot
committed
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>
1 parent 0b4f512 commit ea91f47

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Other repositories are likely forks, and code found there is not supported.
1212
Build & install
1313
---------------
1414

15-
You can find more information in our documentation (`docs/install.html
15+
You can find more information in our documentation (`docs/install.rst
1616
<https://mesa3d.org/install.html>`_), but the recommended way is to use
17-
Meson (`docs/meson.html <https://mesa3d.org/meson.html>`_):
17+
Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_):
1818

1919
.. code-block:: sh
2020
@@ -46,14 +46,14 @@ Bug reports
4646
-----------
4747

4848
If you think something isn't working properly, please file a bug report
49-
(`docs/bugs.html <https://mesa3d.org/bugs.html>`_).
49+
(`docs/bugs.rst <https://mesa3d.org/bugs.html>`_).
5050

5151

5252
Contributing
5353
------------
5454

5555
Contributions are welcome, and step-by-step instructions can be found in our
56-
documentation (`docs/submittingpatches.html
56+
documentation (`docs/submittingpatches.rst
5757
<https://mesa3d.org/submittingpatches.html>`_).
5858

5959
Note that Mesa uses gitlab for patches submission, review and discussions.

docs/repository.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ please follow this procedure:
5454
`mesa-dev <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`__
5555
mailing list.
5656
#. Start contributing to the project by `submitting
57-
patches <submittingpatches.html>`__. Specifically,
57+
patches <submittingpatches.rst>`__. Specifically,
5858

5959
- Use `gitlab <https://gitlab.freedesktop.org/>`__ to create your
6060
merge requests.

docs/submittingpatches.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Basic guidelines
77
- Patches should not mix code changes with code formatting changes
88
(except, perhaps, in very trivial cases.)
99
- Code patches should follow Mesa `coding
10-
conventions <codingstyle.html>`__.
10+
conventions <codingstyle.rst>`__.
1111
- Whenever possible, patches should only affect individual Mesa/Gallium
1212
components.
1313
- Patches should never introduce build breaks and should be bisectable
@@ -265,7 +265,7 @@ If you are not the author of the original patch, please Cc: them in your
265265
nomination request.
266266

267267
The current patch status can be observed in the `staging
268-
branch <releasing.html#stagingbranch>`__.
268+
branch <releasing.rst#stagingbranch>`__.
269269

270270
The stable tag
271271
~~~~~~~~~~~~~~
@@ -332,7 +332,7 @@ broad discretion in rejecting patches that have been nominated.
332332
numbers to represent your measurements.
333333

334334
If the patch complies with the rules it will be
335-
`cherry-picked <releasing.html#pickntest>`__. Alternatively the release
335+
`cherry-picked <releasing.rst#pickntest>`__. Alternatively the release
336336
manager will reply to the patch in question stating why the patch has
337337
been rejected or would request a backport. The stable-release manager
338338
may at times need to force-push changes to the stable branches, for

docs/systems.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Hardware drivers include:
3131

3232
Software drivers include:
3333

34-
- `llvmpipe <llvmpipe.html>`__ - uses LLVM for x86 JIT code generation
34+
- `llvmpipe <llvmpipe.rst>`__ - uses LLVM for x86 JIT code generation
3535
and is multi-threaded
3636
- softpipe - a reference Gallium driver
37-
- `svga <vmware-guest.html>`__ - driver for vmware virtual gpu
37+
- `svga <vmware-guest.rst>`__ - driver for vmware virtual gpu
3838
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
3939
for visualization workloads
4040
- `virgl <https://virgil3d.github.io/>`__ - research project for
@@ -45,7 +45,7 @@ Additional driver information:
4545

4646
- `DRI hardware drivers <https://dri.freedesktop.org/>`__ for the X
4747
Window System
48-
- `Xlib / swrast driver <xlibdriver.html>`__ for the X Window System
48+
- `Xlib / swrast driver <xlibdriver.rst>`__ for the X Window System
4949
and Unix-like operating systems
5050
- `Microsoft Windows <README.WIN32>`__
5151

docs/versions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mesa Version History
44
.. note::
55

66
Changes for Mesa 6.4 and later are documented in the corresponding
7-
`release notes <relnotes.html>`__ file.
7+
`release notes <relnotes.rst>`__ file.
88

99
1.0 beta February 1995
1010
----------------------
@@ -1653,4 +1653,4 @@ Bug fixes:
16531653
.. note::
16541654

16551655
Changes for Mesa 6.4 and later are documented in the corresponding
1656-
`release notes <relnotes.html>`__ file.
1656+
`release notes <relnotes.rst>`__ file.

0 commit comments

Comments
 (0)