diff options
author | Ryan Moeller <[email protected]> | 2020-08-27 00:43:06 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-26 21:43:06 -0700 |
commit | a2f944a140dc4db1f515d748320bdca01b4dc295 (patch) | |
tree | 0e565745a39b72abaf2c33b8fdeaeaf1b53fb2c4 /include/sys | |
parent | 03f5d2fd6a5bd74cdb15ab0499e28057d9fe48cd (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/sys')
-rw-r--r-- | include/sys/fs/zfs.h | 8 |
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, |