From 77256582f4b27cb0192df8dd3cfb11f3613ebee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 21 Jun 2020 17:28:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ce02ae..edbc1fd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ how to use **Don't forget to compile with -O3!** This drastically improves performance. -For start take a look at the [helloWorld.c](https://gitlab.com/drummyfish/raycastlib/blob/master/programs/helloWorld.c) program and other examples. +For start take a look at the [helloWorld.c](programs/helloWorld.c) program and other examples. For more examples see my [Pokitto demos](https://gitlab.com/drummyfish/Pokitto-Raycasting) repository. Also see **the library code itself**, it is meant to be self-documenting -- you'll find the description of a lot of things at the start of the file.