aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-04-15 02:13:40 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-04-15 02:13:40 +0000
commit28400776770cf5453f196690fcd24e353c5826e0 (patch)
tree085a29ce0d158c4e2611b5b0053215b1dd3d7cc6 /testing
parent7901cc4a6d580fddd88afccd8096cf292048db0b (diff)
downloadsg3_utils-28400776770cf5453f196690fcd24e353c5826e0.tar.gz
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
Diffstat (limited to 'testing')
-rw-r--r--testing/README2
-rw-r--r--testing/sg_chk_asc.c2
-rw-r--r--testing/uapi_sg.h6
3 files changed, 5 insertions, 5 deletions
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: <kernel_source>/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 <stddef.h>