From 5aca6e10929207915e1d03c83f8568eb7ae5c6d4 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 22 Dec 2022 11:34:28 -0800 Subject: [PATCH] Documentation corrections - Update the link to the OpenZFS Code of Conduct. - Remove extra "the" from contrib/initramfs/scripts/zfs Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #14298 Closes #14307 --- CODE_OF_CONDUCT.md | 2 +- contrib/initramfs/scripts/zfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2dcc251e5..51c9ef195 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,2 +1,2 @@ -The [OpenZFS Code of Conduct](http://www.open-zfs.org/wiki/Code_of_Conduct) +The [OpenZFS Code of Conduct](https://openzfs.org/wiki/Code_of_Conduct) applies to spaces associated with the OpenZFS project, including GitHub. diff --git a/contrib/initramfs/scripts/zfs b/contrib/initramfs/scripts/zfs index c7548fa07..e25ce6895 100644 --- a/contrib/initramfs/scripts/zfs +++ b/contrib/initramfs/scripts/zfs @@ -499,7 +499,7 @@ clone_snap() echo "Error: $ZFS_ERROR" echo "" echo "Failed to clone snapshot." - echo "Make sure that the any problems are corrected and then make sure" + echo "Make sure that any problems are corrected and then make sure" echo "that the dataset '$destfs' exists and is bootable." shell else