diff options
author | Ryan Hirasaki <[email protected]> | 2022-01-06 18:25:01 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-06 16:25:01 -0800 |
commit | 862d5dfc84ca06d1b3dba2dfe51c3f1ee2d4ad5f (patch) | |
tree | 01cfda506e47abdb15dbd63b86894d98c21cc9d6 /README.md | |
parent | a798b485aeff2bb0419ca95e5ed1cdd6bf7b6c00 (diff) |
README: Update OpenZFS website url
This change is to first replace the OpenZFS website in the README to
point to openzfs.org as this is what open-zfs.org redirects to.
Along with replacing the URL, the protocol is also upgraded
from http to https.
These changes should prevent web browsers such as Firefox from
complaining about visiting a http site, if the proper security
settings are enabled, when it will still end up on a https page
after the redirect.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Hirasaki <[email protected]>
Closes #12939
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ This repository contains the code for running OpenZFS on Linux and FreeBSD. * [Documentation](https://openzfs.github.io/openzfs-docs/) - for using and developing this repo * [ZoL Site](https://zfsonlinux.org) - Linux release info & links * [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html) - * [OpenZFS site](http://open-zfs.org/) - for conference videos and info on other platforms (illumos, OSX, Windows, etc) + * [OpenZFS site](https://openzfs.org/) - for conference videos and info on other platforms (illumos, OSX, Windows, etc) # Installation |