Skip to content

Commit

Permalink
readme: update documentation badge to pkg.go.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Dec 17, 2020
1 parent ea89a3c commit 4ab92f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4ab92f0

Please sign in to comment.