From 78b051361b0f50624f998af9f4f37ded47c19263 Mon Sep 17 00:00:00 2001 From: S <67231539+samuelrallis@users.noreply.github.com> Date: Sat, 14 May 2022 09:53:20 -0400 Subject: [PATCH] fixed premake quickstart hyperlink --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 0764fc7..5f0d673 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ Welcome to the raylib wiki! Here you will find information about the raylib libr ### Premake Premake is a very fast and easy way to setup a raylib project on windows and linux for GCC, MinGW, or Visual studio. -Instructions can be found here: [Quick Setup](https://github.com/raysan5/raylib/wiki/Quick-Setup-for-windows-with-Visual-Studio-2019-2020-and-MinGW) +Instructions can be found here: [Quick Setup](https://github.com/raylib-extras/game-premake) ### CMake CMake is also an easy way of building your raylib project on any platform. You can find instructions [here](https://github.com/raysan5/raylib/wiki/Working-with-CMake).