From 693617054b42629ababfe517848395c9cee907b0 Mon Sep 17 00:00:00 2001 From: Max Kamps Date: Fri, 28 Aug 2026 21:17:15 +0200 Subject: [PATCH] Fix Trunk documentation link in README The old link was hijacked and now points to an Azerbaijani casino website(???). This is the current correct link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9596e1f..8208a9d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ it works. You need a recent version of Rust, which is most easily installed with [rustup.rs](https://rustup.rs). -In addition, you will also need [Trunk](https://trunkrs.dev/), which is a tool +In addition, you will also need [Trunk](https://trunk-rs.github.io/trunk/), which is a tool that helps to build Rust WebAssembly applications, and the WebAssembly build target for Rust. You can install it like this: