Updated Learn (markdown)
diff --git a/Learn.md b/Learn.md
index 06431f6..d49387f 100644
--- a/Learn.md
+++ b/Learn.md
@@ -4,7 +4,7 @@
   * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walkthrough of the language.
 
 Learning resources for specific topics:
-  * [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.
-  * [LearnErrorHandling](/golang/go/wiki/LearnErrorHandling) links to resources about error handling in Go.
-  * [LearnTesting](/golang/go/wiki/LearnTesting) links to resources about testing in Go.
-  * [LearnServerProgramming](/golang/go/wiki/LearnServerProgramming) links to resources about server programming in Go.
+  * [LearnConcurrency](LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.
+  * [LearnErrorHandling](LearnErrorHandling) links to resources about error handling in Go.
+  * [LearnTesting](LearnTesting) links to resources about testing in Go.
+  * [LearnServerProgramming](LearnServerProgramming) links to resources about server programming in Go.