aboutsummaryrefslogtreecommitdiff
path: root/content/advanced-go-concurrency-patterns.article
diff options
context:
space:
mode:
authorHiroaki Nakamura <hnakamur@gmail.com>2019-02-27 16:16:57 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-02-27 16:17:09 +0000
commit1014ebc2bd8b24516c1692bc1f102f90a1f3ad66 (patch)
tree2726fbc181ab4ac64bdc98a9ac9ebd8c4dcff6e0 /content/advanced-go-concurrency-patterns.article
parent3a0cc7d6c1def2bddb0ecaf7cab9da17c2bd3fb2 (diff)
content: fix link in advanced-go-concurrency-patterns
Change-Id: Id587944a779e37ac620c0b0b4b1bf610101107e2 GitHub-Last-Rev: ae5dad43a95760d91f7c938ac486a4e67a35b8d5 GitHub-Pull-Request: golang/blog#19 Reviewed-on: https://go-review.googlesource.com/c/163937 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'content/advanced-go-concurrency-patterns.article')
-rw-r--r--content/advanced-go-concurrency-patterns.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article
index 5361a97..10970f2 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 [[https://talks.golang.org/2012/conc
The slides are [[https://talks.golang.org/2013/advconc.slide][available here]] (use the left and right arrows to navigate).
-The slides were produced with [[https://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]].
+The slides were produced with [[https://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/tree/master/content/2013/advconc][the go.talks sub-repository]].