瀏覽代碼

alternate paper location that doesn't 404

Dieter Plaetinck 11 年之前
父節點
當前提交
16ce6e19ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sample.go

+ 1 - 1
sample.go

@@ -33,7 +33,7 @@ type Sample interface {
 // priority reservoir.  See Cormode et al's "Forward Decay: A Practical Time
 // Decay Model for Streaming Systems".
 //
-// <http://www.research.att.com/people/Cormode_Graham/library/publications/CormodeShkapenyukSrivastavaXu09.pdf>
+// <http://dimacs.rutgers.edu/~graham/pubs/papers/fwddecay.pdf>
 type ExpDecaySample struct {
 	alpha         float64
 	count         int64