From d3457e8cf7f15d2b97d9cb9a5ca25fb503b2f728 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 23 Sep 2022 19:01:11 +0900 Subject: [PATCH] update the website from ebiten.org to ebitengine.org --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 707ce02c5..427f18ed0 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ Ebitengine (formerly known as Ebiten) is an open source game engine for the Go programming language. Ebitengine's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. -* [Website (ebiten.org)](https://ebiten.org) +* [Website (ebitengine.org)](https://ebitengine.org) * [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2) -* [Cheat Sheet](https://ebiten.org/documents/cheatsheet.html) +* [Cheat Sheet](https://ebitengine.org/en/documents/cheatsheet.html) * [Awesome Ebitengine](https://github.com/sedyh/awesome-ebitengine) -![Overview](https://ebiten.org/images/overview2.png) +![Overview](https://ebitengine.org/images/overview2.png) ## Platforms -* [Windows](https://ebiten.org/documents/install.html?os=windows) (No Cgo!) -* [macOS](https://ebiten.org/documents/install.html?os=darwin) -* [Linux](https://ebiten.org/documents/install.html?os=linux) -* [FreeBSD](https://ebiten.org/documents/install.html?os=freebsd) -* [Android](https://ebiten.org/documents/mobile.html) -* [iOS](https://ebiten.org/documents/mobile.html) -* [WebAssembly](https://ebiten.org/documents/webassembly.html) +* [Windows](https://ebitengine.org/en/documents/install.html?os=windows) (No Cgo!) +* [macOS](https://ebitengine.org/en/documents/install.html?os=darwin) +* [Linux](https://ebitengine.org/en/documents/install.html?os=linux) +* [FreeBSD](https://ebitengine.org/en/documents/install.html?os=freebsd) +* [Android](https://ebitengine.org/en/documents/mobile.html) +* [iOS](https://ebitengine.org/en/documents/mobile.html) +* [WebAssembly](https://ebitengine.org/en/documents/webassembly.html) * Nintendo Switchâ„¢ (Native compiling!) Note: External (bluetooth) keyboards are not available on iOS yet. -For installation on desktops, see [the installation instruction](https://ebiten.org/documents/install.html). +For installation on desktops, see [the installation instruction](https://ebitengine.org/en/documents/install.html). ## Features @@ -59,4 +59,4 @@ For installation on desktops, see [the installation instruction](https://ebiten. Ebitengine is licensed under Apache license version 2.0. See [LICENSE](LICENSE) file. -[The Ebitengine logo](https://ebiten.org/images/logo.png) by Hajime Hoshi is licensed under [the Creative Commons Attribution-NoDerivatives 4.0](https://creativecommons.org/licenses/by-nd/4.0/). +[The Ebitengine logo](https://ebitengine.org/images/logo.png) by Hajime Hoshi is licensed under [the Creative Commons Attribution-NoDerivatives 4.0](https://creativecommons.org/licenses/by-nd/4.0/).