From ca42706dbaf5f144ee2817313f06d62659160ba9 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 6 Oct 2023 10:53:32 +0200 Subject: [PATCH] docs: apply some trivial redirects MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These were found by using the linkcheck builder. Reviewed-by: Corentin Noël Part-of: --- docs/ci/docker.rst | 2 +- docs/ci/index.rst | 2 +- docs/codingstyle.rst | 4 ++-- docs/drivers/llvmpipe.rst | 2 +- docs/drivers/zink.rst | 2 +- docs/egl.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ci/docker.rst b/docs/ci/docker.rst index 7d571ab..4a3c842 100644 --- a/docs/ci/docker.rst +++ b/docs/ci/docker.rst @@ -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 -`__ +`__ Software architecture --------------------- diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 4db0719..dcc2e4d 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -107,7 +107,7 @@ non-redistributable traces can request permission to Daniel Stone `__ to install clang-format -through Emacs instead. +answer `__ +to install clang-format through Emacs instead. git ``pre-commit`` hook *********************** diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index cd2d4eb..b6595af 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -223,7 +223,7 @@ Recommended Reading - Rasterization - `Triangle Scan Conversion using 2D Homogeneous - Coordinates `__ + Coordinates `__ - `Rasterization on Larrabee `__ - `Rasterization using half-space diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 09652ba..6efa63e 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -324,7 +324,7 @@ Vulkan Validation Layers ^^^^^^^^^^^^^^^^^^^^^^^^ Another useful tool for debugging is the `Vulkan Validation Layers -`__. +`__. The validation layers effectively insert extra checking between Zink and the Vulkan driver, pointing out incorrect usage of the Vulkan API. The layers can diff --git a/docs/egl.rst b/docs/egl.rst index e706a84..9d17ca2 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -160,7 +160,7 @@ EGL Drivers This driver can share DRI drivers with ``libGL``. ``haiku`` - This driver supports only the `Haiku `__ + This driver supports only the `Haiku `__ 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. -- 2.7.4