From 65fe90341a486c1db5772ace484d4613415cba9e Mon Sep 17 00:00:00 2001 From: dreat Date: Mon, 16 Feb 2026 15:17:40 +0100 Subject: [PATCH] fix URLs --- notes/Making a game with C++ and Raylib.md | 2 +- notes/random.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notes/Making a game with C++ and Raylib.md b/notes/Making a game with C++ and Raylib.md index 19610f1..49595ba 100644 --- a/notes/Making a game with C++ and Raylib.md +++ b/notes/Making a game with C++ and Raylib.md @@ -6,4 +6,4 @@ I gotten my hands on a course that was intro to writing games with C++. While it I'm documenting my journey, all with wins, fails and lessons I got along the way. -1. [make setup](./make setup) \ No newline at end of file +1. [make setup](./make setup.md) \ No newline at end of file diff --git a/notes/random.md b/notes/random.md index 9d00309..2182b84 100755 --- a/notes/random.md +++ b/notes/random.md @@ -3,5 +3,5 @@ (At least for now) a bag for all thoughts that do not fit other categories -- [excuse hydra](./excude hydra) -- [just do it](./just do it.md) +- [excuse hydra](excude hydra.md) +- [just do it](just do it.md)