From 28400776770cf5453f196690fcd24e353c5826e0 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Thu, 15 Apr 2021 02:13:40 +0000 Subject: change links to http://sg.danny/cz/sg/* to https git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@895 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/README | 2 +- testing/sg_chk_asc.c | 2 +- testing/uapi_sg.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testing') diff --git a/testing/README b/testing/README index 68f82244..a144e77b 100644 --- a/testing/README +++ b/testing/README @@ -24,7 +24,7 @@ is also a large amount of error checking, as many of these utilities were used to test new features placed in the sg v4 driver in Linux. The sg_chk_asc utility decodes the SCSI additional sense code table -found at http://www.t10.org/lists/asc-num.txt and checks it against +found at https://www.t10.org/lists/asc-num.txt and checks it against the table found in sg_lib_data.c in the lib/ subdirectory. It is designed to keep the table in sg_lib_data.c in "sync" with the table at the t10.org web site. diff --git a/testing/sg_chk_asc.c b/testing/sg_chk_asc.c index 8e26e3bc..1f5f7edb 100644 --- a/testing/sg_chk_asc.c +++ b/testing/sg_chk_asc.c @@ -24,7 +24,7 @@ * checks it against the additional sense codes held in the * sg_lib.c file. * The online version of the asc_ascq codes can be found at: - * http://www.t10.org/lists/asc-num.txt + * https://www.t10.org/lists/asc-num.txt */ static const char * version_str = "1.09 20210226"; diff --git a/testing/uapi_sg.h b/testing/uapi_sg.h index cf002847..22ed1e1a 100644 --- a/testing/uapi_sg.h +++ b/testing/uapi_sg.h @@ -20,12 +20,12 @@ * Documentation * ============= * A web site for the SG device driver can be found at: - * http://sg.danny.cz/sg [alternatively check the MAINTAINERS file] + * https://sg.danny.cz/sg [alternatively check the MAINTAINERS file] * The documentation for the sg version 3 driver can be found at: - * http://sg.danny.cz/sg/p/sg_v3_ho.html + * https://sg.danny.cz/sg/p/sg_v3_ho.html * Also see: /Documentation/scsi/scsi-generic.txt * - * For utility and test programs see: http://sg.danny.cz/sg/sg3_utils.html + * For utility and test programs see: https://sg.danny.cz/sg/sg3_utils.html */ #include -- cgit v1.2.3