From 29e1b089c14bf0f09d16801652cd82376fa3feb2 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 2dcc251e553d..51c9ef195430 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 20fea8c34d9b..c724f0c2cf57 100644 --- a/contrib/initramfs/scripts/zfs +++ b/contrib/initramfs/scripts/zfs @@ -501,7 +501,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