aboutsummaryrefslogtreecommitdiff
path: root/test/chan
diff options
context:
space:
mode:
authorYasser Abdolmaleki <yasser@yasser.ca>2019-02-05 22:14:44 -0800
committerIan Lance Taylor <iant@golang.org>2019-02-06 20:54:16 +0000
commitaa161ad17e65df8f615f25c5dca84e505a8c8315 (patch)
tree8d0cd2561bee56fd9478d844362c9c06c96285b5 /test/chan
parentccd9d9d4cef16618d84bae9cba9f1b264278c8ab (diff)
downloadgo-aa161ad17e65df8f615f25c5dca84e505a8c8315.tar.gz
go-aa161ad17e65df8f615f25c5dca84e505a8c8315.zip
test/chan: fix broken link to Squinting at Power Series
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>
Diffstat (limited to 'test/chan')
-rw-r--r--test/chan/powser1.go2
-rw-r--r--test/chan/powser2.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/chan/powser1.go b/test/chan/powser1.go
index 93862003fd..5357eec50f 100644
--- a/test/chan/powser1.go
+++ b/test/chan/powser1.go
@@ -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
diff --git a/test/chan/powser2.go b/test/chan/powser2.go
index 8fa3b7e11c..fb1fb8518e 100644
--- a/test/chan/powser2.go
+++ b/test/chan/powser2.go
@@ -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