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)