diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:26:13 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:26:13 +0900 |
commit | da7d0fb159460ddb37798e91d5489c2b6da3bd0d (patch) | |
tree | 97ca1e3d7e14a33355df57f52069c898785c611b | |
parent | 6cac3433965ada5ea30fdaa4911eabd0bf59cb68 (diff) |
doc: Fix link to SELinux user guide in sepgsql page
Reported-by: Anton Voloshin
Discussion: https://postgr.es/m/15a86d4e-a237-1acd-18a2-fd69730f1ab9@postgrespro.ru
Backpatch-through: 10
-rw-r--r-- | doc/src/sgml/sepgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index e896a44ce59..620d0636e8a 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -797,7 +797,7 @@ ERROR: SELinux: security policy violation </listitem> </varlistentry> <varlistentry> - <term><ulink url="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide/">SELinux User's and Administrator's Guide</ulink></term> + <term><ulink url="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/index">SELinux User's and Administrator's Guide</ulink></term> <listitem> <para> This document provides a wide spectrum of knowledge to administer |