From 6315261639e5a81d63082d39f715c2bd9a1bd43a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 29 Oct 2021 14:08:35 +0200 Subject: [PATCH] Update SELinux links in sepgsql documentation The SELinux FAQ and User Guide links has been redirecting from the URL in our documentation for a very long time (since 2011 according to archive.org), but the redirect is no longer maintained and they now return a 404 since some time back. Fix by replacing the links with the targets of the redirect. This is a follow-up to commit cc1853b3 which updated the links in version 10 through master, which albeit different from this one were also yielding 404. Discussion: https://postgr.es/m/AF6E0911-CA4A-4B5B-91AB-51E388674569@yesql.se --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index cc5fcabde62..fe876dd54c0 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -762,7 +762,7 @@ ERROR: SELinux: security policy violation - Fedora SELinux User Guide + Fedora SELinux User Guide This document provides a wide spectrum of knowledge to administer @@ -772,7 +772,7 @@ ERROR: SELinux: security policy violation - Fedora SELinux FAQ + Fedora SELinux FAQ This document answers frequently asked questions about -- 2.39.5