Skip to content

Commit f4a44cb

Browse files
Fix outdated trunk link in readme (#230)
Hello, I was poking around to try and follow the template. I noticed the Trunkrs link now directs to an online casino... The official trunk-rs/trunk repo has their link as https://trunk-rs.github.io/trunk. I would suggest to replace the link with the github.io or remove the hyperlink entirely. I suggest this change happen as soon as possible. @emilk Have a nice day.
1 parent 90ac1ae commit f4a44cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ On Fedora Rawhide you need to run:
5050

5151
You can compile your app to [WASM](https://en.wikipedia.org/wiki/WebAssembly) and publish it as a web page.
5252

53-
We use [Trunk](https://trunkrs.dev/) to build for web target.
53+
We use [Trunk](https://trunk-rs.github.io/trunk) to build for web target.
5454
1. Install the required target with `rustup target add wasm32-unknown-unknown`.
5555
2. Install Trunk with `cargo install --locked trunk`.
5656
3. Run `trunk serve` to build and serve on `http://127.0.0.1:8080`. Trunk will rebuild automatically if you edit the project.

0 commit comments

Comments
 (0)