diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:26:18 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:26:18 +0900 |
commit | 0a75e1186afe58e140cc5eb0f6f0c13f5b7d8c3b (patch) | |
tree | 85f3fa86cf25a2689bebf3de9129f3cb547d5817 | |
parent | d5a2ffbce534e4fe9d207da14c9b7cf7a00a7953 (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 9961569afc8..558e781dfbb 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 |