From 732ad120c39a98befd81ec59c412dd074e26e596 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 20 Jan 2020 01:18:00 +0900 Subject: [PATCH] docs: Update the links --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e82d596f8..ad974aff3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,4 +45,4 @@ You don't have to update existing files' license comments. ## Documentation -See the [documents](https://ebiten.org/implementation.html) about internal implementation. +See the [documents](https://ebiten.org/documents/implementation.html) about internal implementation. diff --git a/README.md b/README.md index 09b5992b2..20067dd1d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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/) +* [Website (ebiten.org)](https://ebiten.org) * [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten) * [Cheat Sheet](https://ebiten.org/documents/cheatsheet.html) @@ -27,7 +27,7 @@ Ebiten is an open-source game library, with which you can develop 2D games with Note: Gamepad and keyboard are not available on Android/iOS. -For installation on desktops, see [the installation instruction](https://ebiten.org/install.html). +For installation on desktops, see [the installation instruction](https://ebiten.org/documents/install.html). ## Features