From 9d57d9b457a90348f5e17ba8ee0eaedc7e11f585 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 19 Jun 2025 14:11:37 -0400 Subject: [PATCH] Fixed two outdated links in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 451da0f2c..95ba21e5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Shattered Pixel Dungeon -[Shattered Pixel Dungeon](https://shatteredpixel.com/shatteredpd/) is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the [source code of Pixel Dungeon](https://github.com/00-Evan/pixel-dungeon-gradle), by [Watabou](https://www.watabou.ru). +[Shattered Pixel Dungeon](https://shatteredpixel.com/shatteredpd/) is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. It's based on the [source code of Pixel Dungeon](https://github.com/00-Evan/pixel-dungeon-gradle), by [Watabou](https://watabou.itch.io/). Shattered Pixel Dungeon currently compiles for Android, iOS, and Desktop platforms. You can find official releases of the game on: @@ -15,7 +15,7 @@ If you like this game, please consider [supporting me on Patreon](https://www.pa There is an official blog for this project at [ShatteredPixel.com](https://www.shatteredpixel.com/blog/). -The game also has a translation project hosted on [Transifex](https://www.transifex.com/shattered-pixel/shattered-pixel-dungeon/). +The game also has a translation project hosted on [Transifex](https://explore.transifex.com/shattered-pixel/shattered-pixel-dungeon/). Note that **this repository does not accept pull requests!** The code here is provided in hopes that others may find it useful for their own projects, not to allow community contribution. Issue reports of all kinds (bug reports, feature requests, etc.) are welcome.