summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-08-27 00:43:06 -0400
committerBrian Behlendorf <[email protected]>2020-08-27 16:06:57 -0700
commit57fc3987a015a1f219baad007552e0a3b374d150 (patch)
tree7f3d2b0b9936ddbda8f88db5ab72ee6bd71f7f0d /include
parent4f6167deb52fea21841dcff08981fe0173d11fbd (diff)
zpool: Change base URL for ZFS messages to openzfs-docs
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Kjeld Schouten <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10820
Diffstat (limited to 'include')
-rw-r--r--include/sys/fs/zfs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h
index d3acd674a..f6f633a95 100644
--- a/include/sys/fs/zfs.h
+++ b/include/sys/fs/zfs.h
@@ -1013,10 +1013,10 @@ typedef struct vdev_rebuild_stat {
} vdev_rebuild_stat_t;
/*
- * Errata described by https://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
- * of this enum must be maintained to ensure the errata identifiers map to
- * the correct documentation. New errata may only be appended to the list
- * and must contain corresponding documentation at the above link.
+ * Errata described by https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-ER.
+ * The ordering of this enum must be maintained to ensure the errata identifiers
+ * map to the correct documentation. New errata may only be appended to the
+ * list and must contain corresponding documentation at the above link.
*/
typedef enum zpool_errata {
ZPOOL_ERRATA_NONE,