aboutsummaryrefslogtreecommitdiff
path: root/src/math/poly.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/poly.c')
-rw-r--r--src/math/poly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/poly.c b/src/math/poly.c
index 5ffd243..0a042c4 100644
--- a/src/math/poly.c
+++ b/src/math/poly.c
@@ -12,7 +12,7 @@
* HPL-98-135
* August, 1998
*
- * http://www.hpl.hp.com/techreports/98/HPL-98-135.pdf
+ * https://www.hpl.hp.com/techreports/98/HPL-98-135.pdf
*/
static polynomial_t hp_trinomials[] = {
{2, 1}, {3, 1}, {4, 1}, {5, 2}, {6, 1},