From 826157d09a45778465c1ec9f9f810584f24353eb Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Fri, 31 Jan 2025 22:30:05 +0000 Subject: [PATCH] Fix landing page windows link --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 97155a7..cc54a1b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ be executed via [pipeline files](pipelines/file_format.md). If you're using Linux or Windows, you can download the pre-built binaries, copy them to your path and get going: -- [Latest version for Windows](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/crunch.exe?job=build-windows) +- [Latest version for Windows](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/release/crunch.exe?job=build-windows) - [Latest version for Linux](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux) Check the [installation](getting_started/installation.md) page for more ways of sourcing your version of Crunch, including -- GitLab