diff --git a/README.md b/README.md index 8bd8de2e..650ab0ac 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Implementations in Other Languages ================= The t-digest algorithm has been ported to other languages: - Python: [tdigest](https://github.com/CamDavidsonPilon/tdigest) - - Go: [github.com/spenczar/tdigest](https://github.com/spenczar/tdigest) + - Go: [github.com/spenczar/tdigest](https://github.com/spenczar/tdigest) [https://github.com/influxdata/tdigest](https://github.com/influxdata/tdigest) - Javascript: [tdigest](https://github.com/welch/tdigest) - C++: [CPP TDigest](https://github.com/gpichot/cpp-tdigest), [FB's Folly Implementation (high performance)](https://github.com/facebook/folly/blob/master/folly/stats/QuantileEstimator.h) - Scala: need link!