diff options
author | Yesudeep Mangalapilly <yesudeep@google.com> | 2015-08-17 19:27:26 +0530 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2015-08-24 20:04:40 +0000 |
commit | 025fc4eeb24f88429da68676a224d3df9dbe7b77 (patch) | |
tree | bba0ea481a738762fce878407de5f127bfe0a43a /content/advanced-go-concurrency-patterns.article | |
parent | 9fbb216ad1684e71b21265065a29395f67da2e0d (diff) |
content: update stale URLs.
Updates URLs for some code.google.com projects and Wiki pages
that may stop working as a result of code.google.com shutting down
some time in August, 2015.
Change-Id: I012e767faeb011308462bf8fbd2ed65ea6035a30
Reviewed-on: https://go-review.googlesource.com/13656
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'content/advanced-go-concurrency-patterns.article')
-rw-r--r-- | content/advanced-go-concurrency-patterns.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index c18636b..d17638d 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -12,4 +12,4 @@ At Google I/O a year ago Rob Pike presented [[http://talks.golang.org/2012/concu The slides are [[http://talks.golang.org/2013/advconc.slide][available here]] (use the left and right arrows to navigate). -The slides were produced with [[http://godoc.org/code.google.com/p/go.talks/present][the present tool]], and the runnable code snippets are powered by the [[http://play.golang.org/][Go Playground]]. The source code for this talk is in [[https://code.google.com/p/go/source/browse/?repo=talks#hg%2F2013%2Fadvconc][the go.talks sub-repository]]. +The slides were produced with [[http://godoc.org/golang.org/x/tools/present][the present tool]], and the runnable code snippets are powered by the [[http://play.golang.org/][Go Playground]]. The source code for this talk is in [[https://github.com/golang/talks/blob/master/2013/advconc.slide][the go.talks sub-repository]]. |