From cf6b0ba3f02ef04506a69d69210b1a6de078a14f Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Tue, 4 Jan 2022 11:53:18 +0200 Subject: [PATCH] fix dependencies link --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0da9951..d7986ae 100644 --- a/FAQ.md +++ b/FAQ.md @@ -18,7 +18,7 @@ Note that above process only needs to be done once, if at some point you need to ## **What are the default paths?** -Like any other library or project, a raylib project requires different [dependencies](https://github.com/raysan5/raylib/wiki/External-dependencies) placed accordingly for a correct compilation. It means external library headers and, eventually, some static library. +Like any other library or project, a raylib project requires different [dependencies](https://github.com/raysan5/raylib/wiki/raylib-dependencies) placed accordingly for a correct compilation. It means external library headers and, eventually, some static library. Dependencies depend on platform, so every platform requires some libraries installed in an specific folder to be accesible for the compiler when compiling raylib or a raylib example/game.