Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the project website links contained in to repository to
reference the secure https://zfsonlinux.org address.

Reviewed-By: Richard Laager <rlaager@wiktel.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #9837
  • Loading branch information
behlendorf committed Jan 14, 2020
1 parent a4c3e3c commit e458fcc
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
![img](http://zfsonlinux.org/images/zfs-linux.png)
![img](https://zfsonlinux.org/images/zfs-linux.png)

ZFS on Linux is an advanced file system and volume manager which was originally
developed for Solaris and is now maintained by the OpenZFS community.
Expand All @@ -8,15 +8,15 @@ developed for Solaris and is now maintained by the OpenZFS community.

# Official Resources

* [Site](http://zfsonlinux.org)
* [Site](https://zfsonlinux.org)
* [Wiki](https://github.com/zfsonlinux/zfs/wiki)
* [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists)
* [OpenZFS site](http://open-zfs.org/)

# Installation

Full documentation for installing ZoL on your favorite Linux distribution can
be found at [our site](http://zfsonlinux.org/).
be found at [our site](https://zfsonlinux.org/).

# Contribute & Develop

Expand Down
11 changes: 6 additions & 5 deletions cmd/zpool/zpool_main.c
Expand Up @@ -2791,9 +2791,10 @@ show_import(nvlist_t *config)
"the '-f' flag.\n"));
}

if (msgid != NULL)
(void) printf(gettext(" see: http://zfsonlinux.org/msg/%s\n"),
msgid);
if (msgid != NULL) {
(void) printf(gettext(
" see: https://zfsonlinux.org/msg/%s\n"), msgid);
}

(void) printf(gettext(" config:\n\n"));

Expand Down Expand Up @@ -7531,7 +7532,7 @@ print_dedup_stats(nvlist_t *config)
* pool: tank
* status: DEGRADED
* reason: One or more devices ...
* see: http://zfsonlinux.org/msg/ZFS-xxxx-01
* see: https://zfsonlinux.org/msg/ZFS-xxxx-01
* config:
* mirror DEGRADED
* c1t0d0 OK
Expand Down Expand Up @@ -7900,7 +7901,7 @@ status_callback(zpool_handle_t *zhp, void *data)
if (msgid != NULL) {
printf(" ");
printf_color(ANSI_BOLD, gettext("see:"));
printf(gettext(" http://zfsonlinux.org/msg/%s\n"), msgid);
printf(gettext(" https://zfsonlinux.org/msg/%s\n"), msgid);
}

if (config != NULL) {
Expand Down
2 changes: 1 addition & 1 deletion copy-builtin
Expand Up @@ -58,7 +58,7 @@ config ZFS
help
This is the ZFS filesystem from the ZFS On Linux project.
See http://zfsonlinux.org/
See https://zfsonlinux.org/
To compile this file system support as a module, choose M here.
Expand Down
2 changes: 1 addition & 1 deletion include/sys/fs/zfs.h
Expand Up @@ -987,7 +987,7 @@ typedef enum dsl_scan_state {
} dsl_scan_state_t;

/*
* Errata described by http://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
* Errata described by https://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
* of this enum must be maintained to ensure the errata identifiers map to
* the correct documentation. New errata may only be appended to the list
* and must contain corresponding documentation at the above link.
Expand Down
2 changes: 1 addition & 1 deletion lib/libzfs/libzfs.pc.in
Expand Up @@ -6,7 +6,7 @@ includedir=@includedir@
Name: libzfs
Description: LibZFS library
Version: @VERSION@
URL: http://zfsonlinux.org
URL: https://zfsonlinux.org
Requires: libzfs_core
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
Libs: -L${libdir} -lzfs -lnvpair
2 changes: 1 addition & 1 deletion lib/libzfs/libzfs_core.pc.in
Expand Up @@ -6,6 +6,6 @@ includedir=@includedir@
Name: libzfs_core
Description: LibZFS core library
Version: @VERSION@
URL: http://zfsonlinux.org
URL: https://zfsonlinux.org
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
Libs: -L${libdir} -lzfs_core
2 changes: 1 addition & 1 deletion lib/libzfs/libzfs_sendrecv.c
Expand Up @@ -5220,7 +5220,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
case ZFS_ERR_FROM_IVSET_GUID_MISSING:
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
"IV set guid missing. See errata %u at "
"http://zfsonlinux.org/msg/ZFS-8000-ER."),
"https://zfsonlinux.org/msg/ZFS-8000-ER."),
ZPOOL_ERRATA_ZOL_8308_ENCRYPTION);
(void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
break;
Expand Down
2 changes: 1 addition & 1 deletion man/man8/zed.8.in
@@ -1,6 +1,6 @@
.\"
.\" This file is part of the ZFS Event Daemon (ZED)
.\" for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
.\" for ZFS on Linux (ZoL) <https://zfsonlinux.org/>.
.\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
.\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
.\" Refer to the ZoL git commit log for authoritative copyright attribution.
Expand Down
2 changes: 1 addition & 1 deletion module/os/linux/spl/README.md
@@ -1,5 +1,5 @@
The Solaris Porting Layer, SPL, is a Linux kernel module which provides a
compatibility layer used by the [ZFS on Linux](http://zfsonlinux.org) project.
compatibility layer used by the [ZFS on Linux](https://zfsonlinux.org) project.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion rpm/generic/zfs-dkms.spec.in
Expand Up @@ -18,7 +18,7 @@ Summary: Kernel module(s) (dkms)

Group: System Environment/Kernel
License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/
URL: https://zfsonlinux.org/
Source0: %{module}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion rpm/generic/zfs-kmod.spec.in
Expand Up @@ -51,7 +51,7 @@ Summary: Kernel module(s)

Group: System Environment/Kernel
License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/
URL: https://zfsonlinux.org/
Source0: %{module}-%{version}.tar.gz
Source10: kmodtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
Expand Down
2 changes: 1 addition & 1 deletion rpm/generic/zfs.spec.in
Expand Up @@ -112,7 +112,7 @@ Summary: Commands to control the kernel modules and libraries

Group: System Environment/Kernel
License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/
URL: https://zfsonlinux.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libzpool2 = %{version}
Expand Down
2 changes: 1 addition & 1 deletion rpm/redhat/zfs-kmod.spec.in
Expand Up @@ -11,7 +11,7 @@ Release: @RELEASE@%{?dist}
Summary: Kernel module(s)
Group: System Environment/Kernel
License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/
URL: https://zfsonlinux.org/
BuildRequires: %kernel_module_package_buildreqs
Source0: @PACKAGE@-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Expand Down

0 comments on commit e458fcc

Please sign in to comment.