diff options
author | наб <[email protected]> | 2021-04-09 03:26:45 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-12 09:37:23 -0700 |
commit | 53e9540e41d5225efae9a3ed86778e49268481d8 (patch) | |
tree | dc7e64ea7c36a8965617d58876c417044267fe39 | |
parent | ee6615e07a8bb68d81d23e06421f4b0235b7f2a7 (diff) |
.gitmodules: link to openzfs github repository
Update the test images link to reference the openzfs github repository.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue #11868
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d400f10a7..9eaa2b049 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "scripts/zfs-images"] path = scripts/zfs-images - url = https://github.com/zfsonlinux/zfs-images + url = https://github.com/openzfs/zfs-images |