]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - restripe.c
Use more secure HTTPS URLs
[thirdparty/mdadm.git] / restripe.c
index 86e1d00b0719e44634b825b087d5a4eac5ef9d28..a7a7229fc06ba4a7ced0ecde0f5b003aef49330a 100644 (file)
@@ -333,7 +333,7 @@ void make_tables(void)
 
        /* Compute log and inverse log */
        /* Modified code from:
-        *    http://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
+        *    https://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
         */
        b = 1;
        raid6_gflog[0] = 0;