From 1c3d75e4306ea1449d731cb0b4feab941e4decfc Mon Sep 17 00:00:00 2001 From: Paul Mattes <30554522+Snagnar@users.noreply.github.com> Date: Sat, 24 Jan 2026 20:55:28 +0100 Subject: [PATCH] Update URL for online factompile tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a1bdf..9f59fe7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ lamp.enable = counter.read() < 30; -Save this to a `blink.facto`, run `factompile blink.facto`, copy the output, import it into Factorio, and watch your lamp blink. You can also visit [facto.github.io](facto.github.io) to run factompile without having to install anything! +Save this to a `blink.facto`, run `factompile blink.facto`, copy the output, import it into Factorio, and watch your lamp blink. You can also visit https://snagnar.github.io/factompile/ to run factompile without having to install anything! ---