diff options
author | Eric Engestrom <[email protected]> | 2017-02-09 02:10:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-09 11:28:15 +0000 |
commit | 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch) | |
tree | 55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/postprocess.html | |
parent | 2b0fe3cff7c8620b19a9fe316e290c21258759ad (diff) |
docs: https all the links \o/
Most of them already redirected to https anyway, so we might as well
avoid the redirection and the security implications by linking directly
to the right protocol.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/postprocess.html')
-rw-r--r-- | docs/postprocess.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postprocess.html b/docs/postprocess.html index db4abec9c78..58f7fde3665 100644 --- a/docs/postprocess.html +++ b/docs/postprocess.html @@ -45,7 +45,7 @@ Multiple filters can be used together. <li>pp_nored, pp_nogreen, pp_noblue - set to 1 to remove the corresponding color channel. These are basic filters for easy testing of the PP queue. <li>pp_jimenezmlaa, pp_jimenezmlaa_color - -<a href="http://www.iryokufx.com/mlaa/" target=_blank>Jimenez's MLAA</a> +<a href="https://www.iryokufx.com/mlaa/" target=_blank>Jimenez's MLAA</a> 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 |