diff options
author | Brian Behlendorf <[email protected]> | 2020-01-13 16:43:59 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-13 16:43:59 -0800 |
commit | e458fcca7516a0ceac7aaecc4aacfef1114eb216 (patch) | |
tree | 593a82c552e798a047384b032fe3c4e6fbc45e92 /cmd/zpool | |
parent | a4c3e3c74fe1f3cde5df0322f77038fc343163e5 (diff) |
Change http://zfsonlinux.org links to https://zfsonlinux.org
Update the project website links contained in to repository to
reference the secure https://zfsonlinux.org address.
Reviewed-By: Richard Laager <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Garrett Fields <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #9837
Diffstat (limited to 'cmd/zpool')
-rw-r--r-- | cmd/zpool/zpool_main.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 77c826ba8..ae5e8a370 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -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")); @@ -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 @@ -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) { |