From 31482ebbbd7e92f5bf8a580fcea31056e004bb82 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 19 Jan 2020 04:47:48 +0900 Subject: [PATCH] docs: Use pkg.go.dev instead of godoc.org --- README.md | 20 ++++++++++---------- examples/README.md | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f93c8ec4..09b5992b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Ebiten [![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten) -[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten) [![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten) **A dead simple 2D game library in Go** @@ -9,6 +8,7 @@ Ebiten is an open-source game library, with which you can develop 2D games with simple API for multi platforms in the Go programming language. * [Website (ebiten.org)](https://ebiten.org/) +* [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten) * [Cheat Sheet](https://ebiten.org/documents/cheatsheet.html) ![Overview](https://ebiten.org/images/overview.png) @@ -37,15 +37,15 @@ For installation on desktops, see [the installation instruction](https://ebiten. ## Packages -* [ebiten](https://godoc.org/github.com/hajimehoshi/ebiten) - * [audio](https://godoc.org/github.com/hajimehoshi/ebiten/audio) - * [mp3](https://godoc.org/github.com/hajimehoshi/ebiten/audio/mp3) - * [vorbis](https://godoc.org/github.com/hajimehoshi/ebiten/audio/vorbis) - * [wav](https://godoc.org/github.com/hajimehoshi/ebiten/audio/wav) - * [ebitenutil](https://godoc.org/github.com/hajimehoshi/ebiten/ebitenutil) - * [inpututil](https://godoc.org/github.com/hajimehoshi/ebiten/inpututil) - * [mobile](https://godoc.org/github.com/hajimehoshi/ebiten/mobile) - * [text](https://godoc.org/github.com/hajimehoshi/ebiten/text) +* [ebiten](https://pkg.go.dev/github.com/hajimehoshi/ebiten) + * [audio](https://pkg.go.dev/github.com/hajimehoshi/ebiten/audio) + * [mp3](https://pkg.go.dev/github.com/hajimehoshi/ebiten/audio/mp3) + * [vorbis](https://pkg.go.dev/github.com/hajimehoshi/ebiten/audio/vorbis) + * [wav](https://pkg.go.dev/github.com/hajimehoshi/ebiten/audio/wav) + * [ebitenutil](https://pkg.go.dev/github.com/hajimehoshi/ebiten/ebitenutil) + * [inpututil](https://pkg.go.dev/github.com/hajimehoshi/ebiten/inpututil) + * [mobile](https://pkg.go.dev/github.com/hajimehoshi/ebiten/mobile) + * [text](https://pkg.go.dev/github.com/hajimehoshi/ebiten/text) ## Community diff --git a/examples/README.md b/examples/README.md index 0133c8a6a..724dd148b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,7 +16,7 @@ and access `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples`. ## Android -Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first. +Install [gomobile](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) first. ```sh gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate