docs: Update the links

This commit is contained in:
Hajime Hoshi 2019-11-19 01:59:27 +09:00
parent d7a9193e52
commit 8243c1838a
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ func (i *Image) Fill(clr color.Color) error {
// 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://ebiten.org/performancetips.html
// For more performance tips, see https://ebiten.org/documents/performancetips.html
//
// DrawImage always returns nil as of 1.5.0-alpha.
func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {

View File

@ -16,7 +16,7 @@
//
// This package is used when you use `ebitenmobile bind`.
//
// For usage, see https://ebiten.org/mobile.html.
// For usage, see https://ebiten.org/documents/mobile.html.
package mobile
import (