diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:25:55 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-10-28 09:25:55 +0900 |
commit | cc1853b30048307d93f8aa30f4d64f88b527f04d (patch) | |
tree | e98cf63880bdf5b9400b8735e1b24ebd6e379740 | |
parent | 4c6afd805b8db3492c8f409ecdba192d853fd571 (diff) | |
download | postgresql-cc1853b30048307d93f8aa30f4d64f88b527f04d.tar.gz postgresql-cc1853b30048307d93f8aa30f4d64f88b527f04d.zip |
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 |