diff options
author | Michael Paquier | 2021-10-28 00:26:25 +0000 |
---|---|---|
committer | Michael Paquier | 2021-10-28 00:26:25 +0000 |
commit | c7ddbc351d9cff4f8a63155f6f1a524b41f6f23c (patch) | |
tree | 4dcb2b8193a8d93d9b9ca760388a0d64457ac347 /doc/src | |
parent | fc92bb94af9fcb0629a7a05c0859210b37aca919 (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
Diffstat (limited to 'doc/src')
-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 64cde0adb56..57ee44d04c5 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -762,7 +762,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 |