From fee8273b39f0d1aa840be1a5a3a0fc6392b1678c Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sun, 9 Jan 2022 20:45:27 +0300 Subject: [PATCH] FAQ: fix inner-page anchor Closes #250 --- docs/Project and Community/FAQ.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Project and Community/FAQ.rst b/docs/Project and Community/FAQ.rst index 3898f22..5e78356 100644 --- a/docs/Project and Community/FAQ.rst +++ b/docs/Project and Community/FAQ.rst @@ -203,13 +203,11 @@ you. - Drawbacks: This method relies on having a /etc/zfs/vdev_id.conf file properly configured for your system. To configure this file please refer to section `Setting up the /etc/zfs/vdev_id.conf - file <#setting-up-the-etczfsvdev_idconf-file>`__. As with + file <#setting-up-the-etc-zfs-vdev-id-conf-file>`__. As with benefits, the drawbacks of /dev/disk/by-id or /dev/disk/by-path may apply depending on the naming method employed. - Example: ``zpool create tank mirror A1 B1 mirror A2 B2`` -.. _setting-up-the-etczfsvdev_idconf-file: - Setting up the /etc/zfs/vdev_id.conf file -----------------------------------------