Skip to content

Commit

Permalink
doc/play: update URL for concurrent pi
Browse files Browse the repository at this point in the history
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 <bradfitz@golang.org>
  • Loading branch information
rsc authored and bradfitz committed Jan 6, 2016
1 parent 194a5c3 commit 4391aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/play/pi.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4391aca

Please sign in to comment.