Switch open-zfs.org links to openzfs.org, and use HTTPS URLs

The open-zfs.org host, Dreamhost, returns a page for https://open-zfs.org
(note, httpS://) which causes HTTPS Everywhere with the 'Encrypt All
Eligible Sites' option enabled to redirect http://open-zfs.org to
https://open-zfs.org, and therefore fail to redirect to openzfs.org.
Ideally a redirect would be implemented at Dreamhost for
httpS://open-zfs.org too, but presumably the links in the docs should
really be updated anyway.
This commit is contained in:
Jonathan Watt
2020-06-17 16:32:04 +01:00
committed by George Melikov
parent 1933d07f4c
commit ddc56b0106
9 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ SunOS <https://www.cis.upenn.edu/~lee/06cse480/data/cstyle.ms.pdf>`__,
`ZFS on Linux Developer
Resources <https://github.com/zfsonlinux/zfs/wiki/Developer-Resources>`__,
`OpenZFS Developer
Resources <http://open-zfs.org/wiki/Developer_resources>`__
Resources <https://openzfs.org/wiki/Developer_resources>`__
Testing your patches before pushing
-----------------------------------

View File

@@ -14,5 +14,5 @@ Developer Resources
OpenZFS Tracking <http://build.zfsonlinux.org/openzfs-tracking.html>
OpenZFS Patches
OpenZFS Exceptions
OpenZFS Documentation <http://open-zfs.org/wiki/Developer_resources>
OpenZFS Documentation <https://openzfs.org/wiki/Developer_resources>
Git and GitHub for beginners