summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-04-17 00:51:34 +0200
committerGitHub <noreply@github.com>2024-04-16 16:51:34 -0600
commita4f103258c5b7afe6db31593bccf43c8038dfda9 (patch)
tree431841ff0e1fa027f7f0d1e762c02806ecd24541 /docs
parent9ac20c80b817a5b49af148bd342dd60ce7a28802 (diff)
update link for windows build (#610)
Diffstat (limited to 'docs')
-rw-r--r--docs/basics/compiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basics/compiling.md b/docs/basics/compiling.md
index 3f2b39411..efd1ed59d 100644
--- a/docs/basics/compiling.md
+++ b/docs/basics/compiling.md
@@ -30,7 +30,7 @@ Review the [n64decomp/sm64](https://github.com/n64decomp/sm64) readme for instru
# Windows
- Clone the repo or download the zip.
-- Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.7/mips-tools-chain-windows.zip)
+- Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.8/mips-tools-chain-windows.zip)
### Setup
- Place the `mingw64` folder from the toolchain into the tools folder like so: `mk64/tools/mingw64`.