]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test/chan: fix broken link to Squinting at Power Series
authorYasser Abdolmaleki <yasser@yasser.ca>
Wed, 6 Feb 2019 06:14:44 +0000 (22:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Feb 2019 20:54:16 +0000 (20:54 +0000)
Change-Id: Idee94a1d93555d53442098dd7479982e3f5afbba
Reviewed-on: https://go-review.googlesource.com/c/161339
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

test/chan/powser1.go
test/chan/powser2.go

index 93862003fdbe27f2effaf0c967a6705efb06ae69..5357eec50fd65f4937ae9cab9f61b6bb018dc62c 100644 (file)
@@ -11,7 +11,7 @@
 // coefficients.  A denominator of zero signifies the end.
 // Original code in Newsqueak by Doug McIlroy.
 // See Squinting at Power Series by Doug McIlroy,
-//   http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
+//   https://swtch.com/~rsc/thread/squint.pdf
 
 package main
 
index 8fa3b7e11cdf6f83cd8730dd99b42596cdbae534..fb1fb8518efc701b5e5a441aeabd1b255bee9469 100644 (file)
@@ -15,7 +15,7 @@
 // coefficients.  A denominator of zero signifies the end.
 // Original code in Newsqueak by Doug McIlroy.
 // See Squinting at Power Series by Doug McIlroy,
-//   http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
+//   https://swtch.com/~rsc/thread/squint.pdf
 
 package main