From a0313892755d59bcc18347b04b3d709f833c71cc Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 23 Sep 2022 19:30:59 +0900 Subject: [PATCH] .github/workflows/site: update the redirection --- .github/workflows/site/404.html | 2 +- .github/workflows/site/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site/404.html b/.github/workflows/site/404.html index d2c822abc..b3a2732c9 100644 --- a/.github/workflows/site/404.html +++ b/.github/workflows/site/404.html @@ -1,3 +1,3 @@ --- -redirect_to: "https://ebiten.org" +redirect_to: "https://ebitengine.org" --- diff --git a/.github/workflows/site/index.html b/.github/workflows/site/index.html index d2c822abc..b3a2732c9 100644 --- a/.github/workflows/site/index.html +++ b/.github/workflows/site/index.html @@ -1,3 +1,3 @@ --- -redirect_to: "https://ebiten.org" +redirect_to: "https://ebitengine.org" ---