From e2f744e8307d76f5df53db04801f3b6ad728f7ff Mon Sep 17 00:00:00 2001 From: Carl Smith Date: Mon, 5 Oct 2020 23:50:02 +0100 Subject: [PATCH] Fixed broken link to external libraries. --- raylib-architecture.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/raylib-architecture.md b/raylib-architecture.md index 68e58f3..9f6f7ed 100644 --- a/raylib-architecture.md +++ b/raylib-architecture.md @@ -27,8 +27,6 @@ Most of the secondary modules (`raymath`, `camera`, `gestures`, `raygui`, `easin NOTE: *The `raymath`, `camera` and `gestures` modules are all compiled with raylib by default.* -raylib also uses some external libraries (most of which are included as single-file, header-only libraries), including the well known [stb libraries](https://github.com/nothings/stb) and [some other similar libraries](https://github.com/raysan5/raylib/tree/develop/src/external). +raylib also uses some external libraries (most of which are included as single-file, header-only libraries), including the well known [stb libraries](https://github.com/nothings/stb) and [some other similar libraries](https://github.com/raysan5/raylib/tree/master/src/external). -Familiarity with the modules is essential for raylib proficiency. Refer to [the Cheatsheet][1] for a comprehensive summary. - -[1]: https://www.raylib.com/cheatsheet/cheatsheet.html +Familiarity with the modules is essential for raylib proficiency. Refer to [the Cheatsheet](https://www.raylib.com/cheatsheet/cheatsheet.html) for a comprehensive summary.