Skip to content

Commit 6315261

Browse files
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 cc1853b 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
1 parent 162cb08 commit 6315261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/sepgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ ERROR: SELinux: security policy violation
762762
</listitem>
763763
</varlistentry>
764764
<varlistentry>
765-
<term><ulink url="http://docs.fedoraproject.org/selinux-user-guide/">Fedora SELinux User Guide</ulink></term>
765+
<term><ulink url="https://docs.fedoraproject.org/en-US/Fedora/13/html/Security-Enhanced_Linux/">Fedora SELinux User Guide</ulink></term>
766766
<listitem>
767767
<para>
768768
This document provides a wide spectrum of knowledge to administer
@@ -772,7 +772,7 @@ ERROR: SELinux: security policy violation
772772
</listitem>
773773
</varlistentry>
774774
<varlistentry>
775-
<term><ulink url="http://docs.fedoraproject.org/selinux-faq">Fedora SELinux FAQ</ulink></term>
775+
<term><ulink url="https://docs.fedoraproject.org/en-US/Fedora/13/html/SELinux_FAQ/">Fedora SELinux FAQ</ulink></term>
776776
<listitem>
777777
<para>
778778
This document answers frequently asked questions about

0 commit comments

Comments
 (0)