From 9ea925dfac811e1cc6ba3dbef3d030e910604e16 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 3 Nov 2023 17:39:10 -0700 Subject: [PATCH] fix tetanes web link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f28384f..236aec77 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ restricted in Rust, but is safe here given the synchronized nature of the emulation. `TetaNES` also compiles for the web! Try it out in your -[browser](http://dev.lukeworks.tech/tetanes)! +[browser](http://lukeworks.tech/tetanes-web)! ## Minimum Supported Rust Version (MSRV)