diff options
author | Brian Behlendorf <[email protected]> | 2020-10-08 20:10:13 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 20:10:13 -0700 |
commit | d0249a4bd0da59f20edadba409d0620d387e4e26 (patch) | |
tree | c34562d8cc66f9748b04fbf84b4d7fabe0cef9c2 /contrib/pyzfs | |
parent | 07f5d4d66313932f27d4294f2a996dc365f39fc4 (diff) |
Replace ZFS on Linux references with OpenZFS
This change updates the documentation to refer to the project
as OpenZFS instead ZFS on Linux. Web links have been updated
to refer to https://github.com/openzfs/zfs. The extraneous
zfsonlinux.org web links in the ZED and SPL sources have been
dropped.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11007
Diffstat (limited to 'contrib/pyzfs')
-rw-r--r-- | contrib/pyzfs/README | 2 | ||||
-rw-r--r-- | contrib/pyzfs/libzfs_core/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pyzfs/README b/contrib/pyzfs/README index 52983e5a9..bd2240979 100644 --- a/contrib/pyzfs/README +++ b/contrib/pyzfs/README @@ -25,4 +25,4 @@ a temporary directory specified by, for instance, TMP environment variable on a memory backed filesystem. Package documentation: http://pyzfs.readthedocs.org -Package development: https://github.com/zfsonlinux/zfs +Package development: https://github.com/openzfs/zfs diff --git a/contrib/pyzfs/libzfs_core/__init__.py b/contrib/pyzfs/libzfs_core/__init__.py index 78e96738e..25ea3e495 100644 --- a/contrib/pyzfs/libzfs_core/__init__.py +++ b/contrib/pyzfs/libzfs_core/__init__.py @@ -32,7 +32,7 @@ of the error codes to the exceptions by interpreting a context in which the error code is produced. To submit an issue or contribute to development of this package -please visit its `GitHub repository <https://github.com/zfsonlinux/zfs>`_. +please visit its `GitHub repository <https://github.com/openzfs/zfs>`_. .. data:: MAXNAMELEN |