From 7487c6b3a2d757e9b262f9e86d12325edcf96e45 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 3 Jun 2019 19:45:18 +0200 Subject: [PATCH] docs: correct badge and link in README for godocs to use custom domain Signed-off-by: Ron Evans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ceca9f..c1fd7ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TinyGo Drivers -[![GoDoc](https://godoc.org/github.com/tinygo-org/drivers?status.svg)](https://godoc.org/github.com/tinygo-org/drivers) [![CircleCI](https://circleci.com/gh/tinygo-org/drivers/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/drivers/tree/dev) +[![GoDoc](https://godoc.org/tinygo.org/x/drivers?status.svg)](https://godoc.org/tinygo.org/x/drivers) [![CircleCI](https://circleci.com/gh/tinygo-org/drivers/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/drivers/tree/dev) This package provides a collection of hardware drivers for devices that can be used together with [TinyGo](https://tinygo.org).