Skip to content

Commit cf7040f

Browse files
authored
Use non-mobile Wikipedia urls
1 parent 68869af commit cf7040f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Statistics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ defined in this paper:
915915
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
916916
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
917917
918-
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
918+
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
919919
920920
# Examples
921921
```jldoctest
@@ -1068,7 +1068,7 @@ defined in this paper:
10681068
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
10691069
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
10701070
1071-
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
1071+
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
10721072
10731073
# Examples
10741074
```jldoctest

0 commit comments

Comments
 (0)