From b7f67ee1f56517459a4daec657108a906d376ff4 Mon Sep 17 00:00:00 2001 From: faiface Date: Wed, 26 Apr 2017 23:15:08 +0200 Subject: [PATCH] fix link in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc867d..99ca499 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,8 @@ are same as for [GLFW](https://github.com/go-gl/glfw). - See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details. **The combination of Go 1.8, macOS and latest XCode seems to be problematic** as mentioned in issue -[#7](#7). This issue is probably not related to Pixel. **Upgrading to Go 1.8.1 fixes the issue.** +[#7](https://github.com/faiface/pixel/issues/7). This issue is probably not related to Pixel. +**Upgrading to Go 1.8.1 fixes the issue.** ## Contributing