Module: Mesa
Branch: main
Commit: a08d33abff3d18746ca30a5a4d9af8b4015ff554
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a08d33abff3d18746ca30a5a4d9af8b4015ff554

Author: Erik Faye-Lund <[email protected]>
Date:   Thu Nov 16 13:17:58 2023 +0100

docs: apply permanent redirect

The HTTP URL now redirects to the HTTPS URL, so let's update our link.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26222>

---

 docs/gallium/postprocess.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gallium/postprocess.rst b/docs/gallium/postprocess.rst
index f15a3a53b92..929caaeaa09 100644
--- a/docs/gallium/postprocess.rst
+++ b/docs/gallium/postprocess.rst
@@ -23,7 +23,7 @@ Current filters
    corresponding color channel. These are basic filters for easy testing
    of the PP queue.
 -  pp_jimenezmlaa, pp_jimenezmlaa_color - `Jimenez's
-   MLAA <http://www.iryoku.com/mlaa/>`__ is a morphological
+   MLAA <https://www.iryoku.com/mlaa/>`__ is a morphological
    antialiasing filter. The two versions use depth and color data,
    respectively. Which works better depends on the app - depth will not
    blur text, but it will miss transparent textures for example. Set to

Reply via email to