From 38a5717216b91848d7b4ec438ab6942b96cb57ba Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 6 Oct 2019 17:18:13 +0200 Subject: [PATCH] README.md: update godoc link Signed-off-by: Elias Naur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d664af1..abc4e79d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Gio includes an efficient vector renderer based on the Pathfinder project (https Text and other shapes are rendered using only their outlines without baking them into texture images, to support efficient animations, transformed drawing and pixel resolution independence. -[![GoDoc](https://godoc.org/gioui.org/ui?status.svg)](https://godoc.org/gioui.org/ui) +[![GoDoc](https://godoc.org/gioui.org?status.svg)](https://godoc.org/gioui.org) ## Installation