From 4ab92f0355b962d2857dcbabba475a1049abe0db Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Thu, 17 Dec 2020 00:01:07 -0500 Subject: [PATCH] readme: update documentation badge to pkg.go.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac9548..81a4a1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # iolang -[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental) [![GoDoc](https://godoc.org/github.com/zephyrtronium/iolang?status.svg)](https://godoc.org/github.com/zephyrtronium/iolang) ![Tests](https://github.com/zephyrtronium/iolang/workflows/Tests/badge.svg) +[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental) [![Go Reference](https://pkg.go.dev/badge/github.com/zephyrtronium/iolang.svg)](https://pkg.go.dev/github.com/zephyrtronium/iolang) ![Tests](https://github.com/zephyrtronium/iolang/workflows/Tests/badge.svg) This is a pure Go implementation of [Io](http://iolanguage.org/). Much of the hard work has been done, but hard work still remains.