From: Russ Cox Date: Wed, 6 Jan 2016 20:12:43 +0000 (-0500) Subject: doc/play: update URL for concurrent pi X-Git-Tag: go1.6beta2~119 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4391aca850701a6e3d7afb649aef177e07beee5c;p=gostls13.git doc/play: update URL for concurrent pi The old link died; replace with an archive.org copy. Fixes #13345. Change-Id: Ic4a7fdcf258e1ff3b4a02ecb4f237ae7db2686c7 Reviewed-on: https://go-review.googlesource.com/18335 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/play/pi.go b/doc/play/pi.go index f2f5dca748..f61884e888 100644 --- a/doc/play/pi.go +++ b/doc/play/pi.go @@ -1,5 +1,5 @@ // Concurrent computation of pi. -// See http://goo.gl/ZuTZM. +// See https://goo.gl/la6Kli. // // This demonstrates Go's ability to handle // large numbers of concurrent processes.