diff --git a/README.md b/README.md
index 97ad71a674ee2ea44451000dd5bf034ef8ee07e2..77368ffc2f42b4ae706f59d8b58b13302411f3b3 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Options:
 ## Downloads
 
 - [Latest Linux Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux)
-- [Latest Windows Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/crunch.exe?job=build-windows)
+- [Latest Windows Version](https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/x86_64-pc-windows-gnu/release/crunch.exe?job=build-windows)
 
 ## Build From Source
 
@@ -61,4 +61,4 @@ follow the below instructions:
 - Clone this repository
 - Run `cargo build --release`
 - Optionally, `strip` the binary
-- Copy `target/release/crunch` to a folder located in your `$PATH`
\ No newline at end of file
+- Copy `target/release/crunch` to a folder located in your `$PATH`
diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md
index 89f938d22b7e5d0701a4491fcfebaaba3e69e23e..922f5864979b4abdd1ebdc95c9ee1af4b06fa4b3 100644
--- a/docs/getting_started/installation.md
+++ b/docs/getting_started/installation.md
@@ -9,7 +9,7 @@ Crunch is automatically built for Windows and Linux when changes are merged to t
 tests, and compiles successfully. These binaries contain the latest updates, and may differ slightly from
 these docs:
 
-- [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)
 
 ## Via Cargo