From 5ed1a9bae303001d27b0967cd57fd20bf703e056 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 12 May 2025 15:00:46 -0700 Subject: [PATCH] rm broken doc link --- doc/installing-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installing-from-source.md b/doc/installing-from-source.md index 25975c9..3dbe37a 100644 --- a/doc/installing-from-source.md +++ b/doc/installing-from-source.md @@ -20,7 +20,7 @@ Building Rayhunter from source, either for development or because the install sc rustup target add armv7-unknown-linux-musleabihf ``` -- install the statically compiled target for your host machine to build the binary installer [`serial`](./serial). +- install the statically compiled target for your host machine to build the binary installer `serial`. ```sh # check which toolchain you have installed by default with rustup show