From a76ba524c61dfdd2faca467575e46c397af85275 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 1 Jan 2016 00:22:59 -0500 Subject: [PATCH] Readme fix. Issue linking only works on issues, apparently. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbb83e2..bc40ef2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # This package is still very much WIP. -**Note: Due to golang/go#13720 the OS X build is broken. Sorry about that.** +**Note: Due to [a bug in Go](https://github.com/golang/go/issues/13720) the OS X build is broken. Sorry about that.** As of December 2015 the previous package ui API that has been around since this repo was started is no longer being supported. It is being replaced with a much more stable API built around my libui; see below.