From c49815a2b2dd41378f2be1ae00ac827c701e4127 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 22 Aug 2019 23:16:44 +0900 Subject: [PATCH] docs: Update the link --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 37f84448b..d059d3691 100644 --- a/image.go +++ b/image.go @@ -172,7 +172,7 @@ func (i *Image) disposeMipmaps() { // case is when you use an offscreen as a render source. An offscreen doesn't // share the texture atlas with high probability. // -// For more performance tips, see https://github.com/hajimehoshi/ebiten/wiki/Performance-Tips. +// For more performance tips, see https://ebiten.org/performancetips.html // // DrawImage always returns nil as of 1.5.0-alpha. func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {