Преглед на файлове

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