Skip to content

Commit e2a48d2

Browse files
authored
fix link formatting
1 parent bdb739d commit e2a48d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quantiles/tdigest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and has lower accuracy towards the middle of the rank domain (median).
2323
Measurements show that t-digest is slightly biased (tends to underestimate low ranks and overestimate high ranks), while still
2424
doing very well close to the extremes. The effect seems to be more pronounced with more input values.
2525

26-
For more information on the performance characteristics, see `the Datasketches site page on t-digest <https://datasketches.apache.org/docs/tdigest/tdigest.html>`.
26+
For more information on the performance characteristics, see `the Datasketches page on t-digest <https://datasketches.apache.org/docs/tdigest/tdigest.html>`_.
2727

2828
.. autoclass:: tdigest_float
2929
:members:

0 commit comments

Comments
 (0)