docs: apply some trivial redirects
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 6 Oct 2023 08:53:32 +0000 (10:53 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 9 Oct 2023 11:54:12 +0000 (11:54 +0000)
These were found by using the linkcheck builder.

Reviewed-by: Corentin Noël <corentin.noel@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25585>

docs/ci/docker.rst
docs/ci/index.rst
docs/codingstyle.rst
docs/drivers/llvmpipe.rst
docs/drivers/zink.rst
docs/egl.rst

index 7d571ab..4a3c842 100644 (file)
@@ -3,7 +3,7 @@ Docker CI
 
 For LLVMpipe and Softpipe CI, we run tests in a container containing
 VK-GL-CTS, on the shared GitLab runners provided by `freedesktop
-<https://freedesktop.org>`__
+<https://www.freedesktop.org>`__
 
 Software architecture
 ---------------------
index 4db0719..dcc2e4d 100644 (file)
@@ -107,7 +107,7 @@ non-redistributable traces can request permission to Daniel Stone <daniels@colla
 
 gitlab.freedesktop.org accounts that are to be granted access to these traces will be
 added to the OPA policy for the MinIO repository as per
-https://gitlab.freedesktop.org/freedesktop/helm-gitlab-config/-/commit/a3cd632743019f68ac8a829267deb262d9670958 .
+https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/commit/a3cd632743019f68ac8a829267deb262d9670958 .
 
 So the jobs are created in personal repositories, the name of the user's account needs
 to be added to the rules attribute of the GitLab CI job that accesses the restricted
index 0b495d3..cf4d4ba 100644 (file)
@@ -84,8 +84,8 @@ Add this to your ``.emacs`` to automatically format any C & C++ file
 If ``/usr/share/clang/clang-format.el`` doesn't exist, look through the
 files in the package providing ``clang-format`` in your distro. If you
 can't find anything (eg. on Debian/Ubuntu), refer to `this StackOverflow
-answer <https://stackoverflow.com/a/59850773>`__ to install clang-format
-through Emacs instead.
+answer <https://stackoverflow.com/questions/59690583/how-do-you-use-clang-format-on-emacs-ubuntu/59850773#59850773>`__
+to install clang-format through Emacs instead.
 
 git ``pre-commit`` hook
 ***********************
index cd2d4eb..b6595af 100644 (file)
@@ -223,7 +223,7 @@ Recommended Reading
 -  Rasterization
 
    -  `Triangle Scan Conversion using 2D Homogeneous
-      Coordinates <https://www.csee.umbc.edu/~olano/papers/2dh-tri/>`__
+      Coordinates <https://redirect.cs.umbc.edu/~olano/papers/2dh-tri/>`__
    -  `Rasterization on
       Larrabee <https://www.drdobbs.com/parallel/rasterization-on-larrabee/217200602>`__
    -  `Rasterization using half-space
index 09652ba..6efa63e 100644 (file)
@@ -324,7 +324,7 @@ Vulkan Validation Layers
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 Another useful tool for debugging is the `Vulkan Validation Layers
-<https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/README.md>`__.
+<https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/main/README.md>`__.
 
 The validation layers effectively insert extra checking between Zink and the
 Vulkan driver, pointing out incorrect usage of the Vulkan API. The layers can
index e706a84..9d17ca2 100644 (file)
@@ -160,7 +160,7 @@ EGL Drivers
    This driver can share DRI drivers with ``libGL``.
 
 ``haiku``
-   This driver supports only the `Haiku <https://haiku-os.org>`__
+   This driver supports only the `Haiku <https://www.haiku-os.org/>`__
    platform. It is also much less feature-complete than ``egl_dri2``,
    supporting only part of EGL 1.4 and none of the extensions beyond it.