From cdd0dfadf1f0f3ae51b09f1f77b8892a87b43ccc Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Mon, 12 Jan 2015 11:23:54 -0500 Subject: [PATCH] Updated LearnServerProgramming (markdown) --- LearnServerProgramming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index eb37ceec..8f158972 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -4,7 +4,7 @@ This page links to resources for learning about server programming in Go. The it - Code [A Tour of Go: Web Servers](http://tour.golang.org/methods/13) and [HTTP Handlers](http://tour.golang.org/methods/14) - Read [Writing Web Applications](http://golang.org/doc/articles/wiki/) -- Read [LearnConcurrency](/golang/go/wiki/LearnConcurrency) +- Read [LearnConcurrency](LearnConcurrency) - Watch [Go: code that grows with grace](http://talks.golang.org/2012/chat.slide#1) ## Communication