aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-27 14:03:46 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-27 14:03:46 +1100
commit603a44c50f8028500ff012de2549313cfcbc96c6 (patch)
treef59cb46b785cfe9d6e820e3de7dcba6a2b82cf0d
parent8d5b324afc6be6246e702c6bec35a3791ed033ea (diff)
downloadgo-603a44c50f8028500ff012de2549313cfcbc96c6.tar.gz
go-603a44c50f8028500ff012de2549313cfcbc96c6.zip
doc: fix concurrency patterns rawhtml generation
The Makefile target was broken due to the rename of the HTML file. R=golang-dev CC=golang-dev https://golang.org/cl/5918045
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 37deecab3e..03f341ac9a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,7 +8,7 @@ RAWHTML=\
articles/slices_usage_and_internals.rawhtml\
articles/laws_of_reflection.rawhtml\
articles/c_go_cgo.rawhtml\
- articles/go_concurrency_patterns_timing_out_moving_on.rawhtml\
+ articles/concurrency_patterns.rawhtml\
articles/godoc_documenting_go_code.rawhtml\
articles/gobs_of_data.rawhtml\
articles/json_and_go.rawhtml\