From cf7040f049e69828eef9200c2607c94054b860af Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Thu, 18 Jan 2024 16:42:09 +0000 Subject: [PATCH] Use non-mobile Wikipedia urls --- src/Statistics.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Statistics.jl b/src/Statistics.jl index 376fb94d..e7094c34 100644 --- a/src/Statistics.jl +++ b/src/Statistics.jl @@ -915,7 +915,7 @@ defined in this paper: - Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages", *The American Statistician*, Vol. 50, No. 4, pp. 361-365 -- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions +- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions # Examples ```jldoctest @@ -1068,7 +1068,7 @@ defined in this paper: - Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages", *The American Statistician*, Vol. 50, No. 4, pp. 361-365 -- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions +- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions # Examples ```jldoctest