From cbc248ee3f4d54b1c5a33588f5c8413b5eead00e Mon Sep 17 00:00:00 2001 From: Michael Nunes Date: Sun, 14 Aug 2022 18:29:45 -0600 Subject: [PATCH] Point to correct raylib/releases url for Windows Installer --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 6ad0835..333f9f5 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -32,7 +32,7 @@ You can download and install raylib using the [conan](https://conan.io) dependen --- -Raylib already comes with ready-to-use makefiles and CMake build system to compile source code, examples and templates. You can download the raylib [Windows Installer](https://github.com/qingfengmu/FreeRTOS/releases/download/V10.4.1/raylib_installer_v350.tcc.zip). +Raylib already comes with ready-to-use makefiles and CMake build system to compile source code, examples and templates. You can download the raylib [Windows Installer](https://github.com/raysan5/raylib/releases). The **raylib Windows Installer** comes with all the required tools to develop with raylib, those tools are: * C Compiler (TCC or MinGW) - To compile the code, it includes all required system libraries.