Skip to content

Commit

Permalink
fix: dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 9, 2023
1 parent c284c49 commit 687bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/fivenum.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Quantile Computation

Quantiles can be computed in different ways. Different statistical software has different logic by default.

see [quantiles](/api/interfaces/interface.IBaseOptions.html#quantiles) option for available options
see [quantiles](/api/interfaces/IBaseOptions.html#quantiles) option for available options

<script setup>
import {configType7, configFiveNum} from './fivenum';
Expand Down

0 comments on commit 687bb03

Please sign in to comment.