Skip to content

Commit aa161ad

Browse files
spring1843ianlancetaylor
authored andcommitted
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent ccd9d9d commit aa161ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/chan/powser1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// coefficients. A denominator of zero signifies the end.
1212
// Original code in Newsqueak by Doug McIlroy.
1313
// See Squinting at Power Series by Doug McIlroy,
14-
// http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
14+
// https://swtch.com/~rsc/thread/squint.pdf
1515

1616
package main
1717

test/chan/powser2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// coefficients. A denominator of zero signifies the end.
1616
// Original code in Newsqueak by Doug McIlroy.
1717
// See Squinting at Power Series by Doug McIlroy,
18-
// http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
18+
// https://swtch.com/~rsc/thread/squint.pdf
1919

2020
package main
2121

0 commit comments

Comments
 (0)