From 0be80fb65003df21bece5d56e298b7fbf277b429 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Fri, 20 Sep 2019 07:58:30 +0000 Subject: Bug 31812: Change http URL's to https --- src/lib/math/laplace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/math') diff --git a/src/lib/math/laplace.c b/src/lib/math/laplace.c index 5c1d686a9c..a0e67384e6 100644 --- a/src/lib/math/laplace.c +++ b/src/lib/math/laplace.c @@ -29,7 +29,7 @@ sample_laplace_distribution(double mu, double b, double p) tor_assert(p >= 0.0 && p < 1.0); /* This is the "inverse cumulative distribution function" from: - * http://en.wikipedia.org/wiki/Laplace_distribution */ + * https://en.wikipedia.org/wiki/Laplace_distribution */ if (p <= 0.0) { /* Avoid taking log(0.0) == -INFINITY, as some processors or compiler * options can cause the program to trap. */ -- cgit v1.2.3-54-g00ecf